Skip to content

Commit 33adbf7

Browse files
committed
Removed PHP 5.4 from testing since it's now EOL'd.
And added PHP 7.
1 parent d00be47 commit 33adbf7

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
@@ -1,9 +1,9 @@
11
language: php
22

33
php:
4-
- 5.4
54
- 5.5
65
- 5.6
6+
- 7.0
77
- hhvm
88

99
before_script:
@@ -18,3 +18,4 @@ matrix:
1818
fast_finish: true
1919
allow_failures:
2020
- php: hhvm
21+
- php: 7.0

0 commit comments

Comments
 (0)