Skip to content

Commit 157b24e

Browse files
authored
Update .travis.yml
1 parent 985bc54 commit 157b24e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.travis.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
language: php
2-
2+
dist: trusty
33
php:
4-
- 5.4
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
9-
install: composer install --dev
4+
- '5.4'
5+
- '5.5'
6+
- '5.6'
7+
- '7.0'
8+
- '7.1'
9+
- hhvm
10+
11+
before_script:
12+
- composer install --no-interaction
1013

11-
after_script: php vendor/bin/coveralls
14+
after_script:
15+
- vendor/bin/coveralls -v

0 commit comments

Comments
 (0)