File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 66 - 5.6
77 - 7.0
88 - hhvm
9- - hhvm-nightly
109
1110services :
1211 - redis-server
1312
14- # run build against hhvm but allow them to fail
15- # http://docs.travis-ci.com/user/build-configuration/#Rows-That-are-Allowed-To-Fail
16- matrix :
17- fast_finish : true
18- allow_failures :
19- - php : hhvm-nightly
20- - php : 7.0
21-
2213# faster builds on new travis setup not using sudo
2314sudo : false
2415
2920
3021install :
3122 - travis_retry composer self-update && composer --version
32- - travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0 "
23+ - travis_retry composer global require "fxp/composer-asset-plugin:~1.1.1 "
3324 - export PATH="$HOME/.composer/vendor/bin:$PATH"
3425 - travis_retry composer install --prefer-dist --no-interaction
3526
You can’t perform that action at this time.
0 commit comments