Skip to content

Commit 295e0af

Browse files
authored
travis: drop testing against php <=5.5, add modern versions (#4)
1 parent 2dc9eb7 commit 295e0af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
74
- 5.6
5+
- 7.0
6+
- 7.1
87
- hhvm
98

109
before_script: composer install --dev --prefer-source

0 commit comments

Comments
 (0)