Skip to content

Commit 69994bf

Browse files
committed
experimenting with bigger travis matrix
adding support for php 7.1, hhvm more versions + OS X
1 parent 2154a8b commit 69994bf

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.travis.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,28 @@ php:
55
- "5.4"
66
- "5.3"
77
- "7.0"
8+
- "7.1"
89
- hhvm
10+
- nightly
11+
- hhvm-3.3
12+
- hhvm-3.6
13+
- hhvm-3.9
14+
- hhvm-3.12
15+
- hhvm-nightly
916

1017
matrix:
1118
allow_failures:
19+
- os: osx
1220
- php: hhvm
21+
- php: hhvm-3.3
22+
- php: hhvm-3.6
23+
- php: hhvm-3.9
24+
- php: hhvm-3.12
25+
- php: hhvm-nightly
26+
27+
os:
28+
- linux
29+
- osx
1330

1431
before_script:
1532
- wget http://getcomposer.org/composer.phar
@@ -21,6 +38,6 @@ script:
2138

2239
after_script:
2340
- php vendor/bin/coveralls -v
24-
41+
2542
after_success:
2643
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)