Skip to content

Commit b65e111

Browse files
authored
Update .travis.yml
1 parent 54846f2 commit b65e111

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.3
76
- 5.4
87
- 5.5
98
- 5.6
109
- 7.0
11-
- hhvm
10+
- 7.1
1211

1312
matrix:
14-
allow_failures:
15-
- php: 7.0
1613
include:
1714
- php: 5.3
1815
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
16+
dist: precise
1917

2018
before_script:
2119
- travis_retry composer self-update

0 commit comments

Comments
 (0)