Skip to content

Commit fa0b187

Browse files
authored
Merge pull request #134 from clue-labs/ignore-mac
Ignore Mac OS X test failures for now until Travis tests work again
2 parents d169d1e + f69fd6d commit fa0b187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ php:
66
- 5.5
77
- 5.6
88
- 7
9+
# - 7.0 # Mac OS X, ignore errors, see below
910
- hhvm # ignore errors, see below
1011

1112
# lock distro so new future defaults will not break the build
@@ -23,6 +24,7 @@ matrix:
2324
- PACKAGE: php70
2425
allow_failures:
2526
- php: hhvm
27+
- os: osx
2628

2729
sudo: false
2830

0 commit comments

Comments
 (0)