Skip to content

Commit 28c9db9

Browse files
committed
Update travis
1 parent 1a50f12 commit 28c9db9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.travis.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ php:
66
- 5.6
77
- 7.0
88
- hhvm
9-
- hhvm-nightly
109

1110
services:
1211
- redis-server
1312

1413
# run build against hhvm but allow them to fail
1514
# 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
15+
#matrix:
16+
# fast_finish: true
17+
# allow_failures:
18+
# - php: 7.0
2119

2220
# faster builds on new travis setup not using sudo
2321
sudo: false
@@ -29,7 +27,7 @@ cache:
2927

3028
install:
3129
- travis_retry composer self-update && composer --version
32-
- travis_retry composer global require "fxp/composer-asset-plugin:~1.0.0"
30+
- travis_retry composer global require "fxp/composer-asset-plugin:~1.1.1"
3331
- export PATH="$HOME/.composer/vendor/bin:$PATH"
3432
- travis_retry composer install --prefer-dist --no-interaction
3533

0 commit comments

Comments
 (0)