Skip to content

Commit 18f8383

Browse files
committed
Improve travis config
1 parent 10b854f commit 18f8383

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ matrix:
66
- php: 5.5
77
- php: 5.6
88
- php: 7
9+
- php: 7.1
910
- php: hhvm
1011
allow_failures:
1112
- php: hhvm
1213

1314
install:
14-
- travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source
15+
- travis_retry composer install --no-interaction --prefer-source
1516
- composer info -i
1617

1718
script:

0 commit comments

Comments
 (0)