Skip to content

Commit 3380510

Browse files
authored
Update .travis.yml
1 parent dca7ca5 commit 3380510

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,9 @@ script:
1616

1717
matrix:
1818
include:
19-
- php: 5.6
20-
env: PHPUNIT=~5.7
2119
- php: 7.0
22-
env: PHPUNIT=~5.7
20+
env: PHPUNIT=~6.4
2321
- php: 7.1
24-
env: PHPUNIT=~6
22+
env: PHPUNIT=~7
2523
- php: nightly
26-
env: PHPUNIT=~6
27-
- php: hhvm
28-
dist: trusty
29-
env: PHPUNIT=~5.7
24+
env: PHPUNIT=~7

0 commit comments

Comments
 (0)