Browse Source

Merge pull request #875 from tripal/tv3-874-add_php73

Add php 7.2 and 7.3 and remove 7.0
Lacey-Anne Sanderson 6 years ago
parent
commit
513140b88b
1 changed files with 4 additions and 2 deletions
  1. 4 2
      .travis.yml

+ 4 - 2
.travis.yml

@@ -7,14 +7,16 @@ services:
 sudo: required
 
 php:
-  - 7.0
   - 7.1
+  - 7.2
+#  PHP 7.3 is not yet supported (issue: https://www.drupal.org/project/drupal/issues/3012308)
+#  - 7.3
 
 env:
   - BASE_URL="http://127.0.0.1:8080"
 
 install:
-  - composer global require drush/drush:8
+  - composer global require "drush/drush:~8"
 
 before_script:
   - docker pull statonlab/tripal2