Skip to content

Commit

Permalink
Allow failure on nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira authored and dpo committed Jan 22, 2017
1 parent 0b3415e commit 2230ece
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,25 @@ matrix:
julia: 0.4
- os: linux
julia: 0.5
- os: linux
julia: nightly
- os: osx
julia: 0.4
osx_image: xcode7.3
- os: osx
julia: 0.5
osx_image: xcode7.3
- os: linux
julia: nightly
- os: osx
julia: nightly
osx_image: xcode7.3
allow_failures:
- os: linux
julia: nightly
- os: osx
julia: nightly
osx_image: xcode7.3


branches:
only:
- master
Expand Down

0 comments on commit 2230ece

Please sign in to comment.