Skip to content

Commit 6347310

Browse files
committed
TravisCI fixes
1 parent 47092c2 commit 6347310

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

.travis.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
language: php
2+
23
php:
34
- 5.3
45
- 5.4
56
- 5.5
67
- 5.6
8+
- 7.0
9+
- hhvm
710

811
matrix:
9-
allow_failures:
10-
- php:
11-
- 5.6
12+
allow_failures:
13+
- php: 5.3
14+
15+
fast_finish: true
16+
17+
install:
18+
- composer selfupdate
19+
- composer install
1220

13-
install: composer install
1421
script:
15-
- phpunit --configuration native.xml --coverage-text
16-
- phpunit --configuration mbstring.xml --coverage-text
22+
- phpunit --configuration native.xml
23+
- phpunit --configuration mbstring.xml
24+
25+
notifications:
26+
email:
27+
recipients:
28+
29+
30+
on_success: always
31+
on_failure: always

0 commit comments

Comments
 (0)