Skip to content

Commit f7cd5c2

Browse files
committed
Use Trusty, add PHP 7.1 and nightly
1 parent 45c89d2 commit f7cd5c2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
language: php
2+
sudo: required
3+
dist: trusty
24

35
php:
4-
- 5.3
5-
- 5.4
6-
- 5.5
7-
- 5.6
8-
- 7.0
6+
- '5.4'
7+
- '5.5'
8+
- '5.6'
9+
- '7.0'
10+
- '7.1'
911
- hhvm
12+
- nightly
1013

1114
script: phpunit
1215

0 commit comments

Comments
 (0)