We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2154a8b commit 69994bfCopy full SHA for 69994bf
.travis.yml
@@ -5,11 +5,28 @@ php:
5
- "5.4"
6
- "5.3"
7
- "7.0"
8
+ - "7.1"
9
- hhvm
10
+ - nightly
11
+ - hhvm-3.3
12
+ - hhvm-3.6
13
+ - hhvm-3.9
14
+ - hhvm-3.12
15
+ - hhvm-nightly
16
17
matrix:
18
allow_failures:
19
+ - os: osx
20
- 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
30
31
before_script:
32
- wget http://getcomposer.org/composer.phar
@@ -21,6 +38,6 @@ script:
38
39
after_script:
40
- php vendor/bin/coveralls -v
-
41
42
after_success:
43
- bash <(curl -s https://codecov.io/bash)
0 commit comments