Skip to content

Commit

Permalink
Allow OSX tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
kragniz committed May 18, 2018
1 parent cabd24d commit 78b8254
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ os:
- linux
- osx

matrix:
# allow failures until OSX tests have been tested for a while
allow_failures:
- os: osx

go:
- "1.10"

Expand Down

0 comments on commit 78b8254

Please sign in to comment.