We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3f180 + 09db053 commit 1d24905Copy full SHA for 1d24905
.travis.yml
@@ -7,6 +7,12 @@ julia:
7
- nightly
8
notifications:
9
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
16
# uncomment the following lines to override the default test script
17
script:
18
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
0 commit comments