Skip to content

Commit de12479

Browse files
committed
Fix travis tests: Use trusty and remove PHP 5.3. Add 7.0
1 parent f9f5e93 commit de12479

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: php
2+
dist: trusty
23
php:
4+
- "7.0"
5+
- "5.6"
36
- "5.5"
47
- "5.4"
5-
- "5.3"
68
- "hhvm"
79
install:
810
- sudo apt-get update

0 commit comments

Comments
 (0)