diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fb95235c..af04a022 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -43,7 +43,8 @@ cache: | |||
43 | 43 | ||
44 | install: | 44 | install: |
45 | # install/update composer and php dependencies | 45 | # install/update composer and php dependencies |
46 | - composer install --prefer-dist | 46 | - composer config --unset platform && composer config platform.php $TRAVIS_PHP_VERSION |
47 | - composer update | ||
47 | 48 | ||
48 | before_script: | 49 | before_script: |
49 | - PATH=${PATH//:\.\/node_modules\/\.bin/} | 50 | - PATH=${PATH//:\.\/node_modules\/\.bin/} |