tmp
This commit is contained in:
parent
e011be0170
commit
24225f6332
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ cache:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# install/update composer and php dependencies
|
# install/update composer and php dependencies
|
||||||
- composer update --ignore-platform-reqs
|
- composer config --unset platform && composer config platform.php $TRAVIS_PHP_VERSION
|
||||||
|
- composer update
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- PATH=${PATH//:\.\/node_modules\/\.bin/}
|
- PATH=${PATH//:\.\/node_modules\/\.bin/}
|
||||||
|
|
Loading…
Reference in a new issue