Skip to content

Commit d83c2b1

Browse files
committed
Fix travis configuration
1 parent 8bf64b4 commit d83c2b1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ php:
1111
- hhvm-3.12
1212
- hhvm-nightly
1313

14+
matrix:
15+
allow_failures:
16+
- php: hhvm-3.12
17+
- php: hhvm-nightly
18+
1419
before_install:
15-
- echo $TRAVIS_PHP_VERSION
1620
- travis_retry composer self-update
1721

1822
install:
19-
- export PATH="$PATH:$HOME/.composer/vendor/bin"
23+
- export PATH="$PATH:$HOME/.config/composer/vendor/bin"
2024
- travis_retry composer global require friendsofphp/php-cs-fixer "^2.0.0@dev"
2125
- travis_retry composer global require satooshi/php-coveralls "^1.0.0"
2226
- travis_retry composer update --no-interaction --prefer-source

0 commit comments

Comments
 (0)