update travis config
authorDan Marsden <dan@danmarsden.com>
Mon, 14 Mar 2016 23:01:12 +0000 (12:01 +1300)
committerDan Marsden <dan@danmarsden.com>
Mon, 14 Mar 2016 23:01:12 +0000 (12:01 +1300)
.travis.yml

index cfd124a..539c28b 100644 (file)
@@ -7,8 +7,6 @@ cache:
     - $HOME/.composer/cache
 
 php:
-# - 5.4
-# - 5.5
  - 5.6
  - 7.0
 
@@ -23,8 +21,8 @@ env:
   - DB=mysqli MOODLE_BRANCH=MOODLE_29_STABLE
   - DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
 
-
 before_install:
+  - phpenv config-rm xdebug.ini
   - cd ../..
   - composer selfupdate
   - composer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1
@@ -41,5 +39,6 @@ script:
   - moodle-plugin-ci csslint
   - moodle-plugin-ci shifter
   - moodle-plugin-ci jshint
+  - moodle-plugin-ci validate
   - moodle-plugin-ci phpunit
   - moodle-plugin-ci behat