Skip to content

Commit b13e9e8

Browse files
committed
Merge pull request #47 from pana1990/update-travis
Update travis
2 parents 1a50f12 + 08ea23a commit b13e9e8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,10 @@ php:
66
- 5.6
77
- 7.0
88
- hhvm
9-
- hhvm-nightly
109

1110
services:
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
2314
sudo: false
2415

@@ -29,7 +20,7 @@ cache:
2920

3021
install:
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

0 commit comments

Comments
 (0)