From 851fd77252eca6076fe7b77a417549a08b25e10e Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 15 Mar 2016 12:01:12 +1300 Subject: [PATCH] update travis config --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cfd124a..539c28b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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