Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / fontyourface / .travis.yml
index f5d372924a06a0e7e1bad8b7ff32f2c4dbaddebc..62a8b97c6384f1c2fd03938c3a3a0102bf065d74 100644 (file)
@@ -17,14 +17,14 @@ php:
 
 branches:
   only:
-    - "8.x-3.x"
+    - "8.x-4.x"
 
 matrix:
   fast_finish: true
 
 env:
   global:
-    - PHANTOMJS2_VERSION="2.0.0"
+    - PHANTOMJS2_VERSION="2.0.0"
     # add composer's global bin directory to the path
     # see: https://github.com/drush-ops/drush#install---composer
     - PATH="$PATH:$HOME/.composer/vendor/bin"
@@ -40,7 +40,7 @@ env:
 
     # The environment to use, supported are: drupal-7, drupal-8
     - DRUPAL_TI_ENVIRONMENT="drupal-8"
-    - DRUPAL_TI_CORE_BRANCH="8.2.x"
+    - DRUPAL_TI_CORE_BRANCH="8.3.x"
 
     # Drupal specific variables.
     - DRUPAL_TI_DB="drupal_travis_db"