Skip to content

Commit 1d24905

Browse files
authored
Merge pull request #13 from rdeits/travis-nightly
allow failures on nightly julia
2 parents fd3f180 + 09db053 commit 1d24905

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ julia:
77
- nightly
88
notifications:
99
email: false
10+
branches:
11+
only: # Only kick off CI for master and potential merges to master from within PRs
12+
- master
13+
matrix:
14+
allow_failures:
15+
- julia: nightly
1016
# uncomment the following lines to override the default test script
1117
script:
1218
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

0 commit comments

Comments
 (0)