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.
2 parents 5c7db52 + 8b34249 commit 1e8c392Copy full SHA for 1e8c392
.travis.yml
@@ -6,7 +6,7 @@ php:
6
- 5.5
7
- 5.6
8
- 7.0
9
-# - 7.0 # Mac OS X test setup, see below
+# - 7.0 # Mac OS X test setup, ignore errors, see below
10
- 7.1
11
- nightly # ignore errors, see below
12
- hhvm # ignore errors, see below
@@ -27,6 +27,7 @@ matrix:
27
allow_failures:
28
- php: nightly
29
- php: hhvm
30
+ - os: osx
31
32
install:
33
# OSX install inspired by https://github.com/kiler129/TravisCI-OSX-PHP
0 commit comments