Skip to content

Commit cf81b9a

Browse files
authored
Update .travis.yml
1 parent abc37ed commit cf81b9a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,30 @@
11
language: php
22

33
php:
4+
- 5.6
45
- 7.0
56
- 7.1
67
- 7.2
78
- 7.3
9+
- hhvm
810

911
matrix:
10-
fast_finish: true
12+
fast_finish: true
13+
allow_failures:
14+
- php: 5.6
15+
- php: hhvm
1116

1217
sudo: false
1318

14-
install: composer install --no-interaction
19+
before-install:
20+
- composer self-update
21+
- composer install --prefer-source --no-interaction --dev
22+
23+
install:
24+
- composer install --no-interaction
25+
26+
script:
27+
- phpunit
1528

1629
notifications:
1730
email:

0 commit comments

Comments
 (0)