Skip to content

Commit 1e6a1c4

Browse files
committed
Just give up on testing old PHP versions
1 parent b1e5f79 commit 1e6a1c4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
language: php
22
php:
3-
- '5.6'
4-
- '7.0'
53
- '7.1'
64
- '7.2'
75
- nightly
86
env: # important!
97
matrix:
108
allow_failures:
11-
- php:
12-
- 5.6
13-
- 7.0
14-
- nightly
9+
- php: nightly
1510

1611
before_script:
1712
- travis_retry composer self-update

0 commit comments

Comments
 (0)