Skip to content

Commit

Permalink
fix #180: edit .travis.yml to allow_failures on windows (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
realtime-neil authored and megastep committed Sep 16, 2019
1 parent 50fb888 commit 6ca4d7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ os:
- osx
- windows
language: shell
matrix:
allow_failures:
- os: windows
addons:
homebrew:
packages:
Expand Down

0 comments on commit 6ca4d7a

Please sign in to comment.