Skip to content

Commit 1c168c0

Browse files
committed
Merge branch 'fix/update-travis-config' into develop
2 parents 45c89d2 + 85a4cde commit 1c168c0

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

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

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

1113
script: phpunit
1214

0 commit comments

Comments
 (0)