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 4fefcd0 + f20631f commit 67b941aCopy full SHA for 67b941a
.travis.yml
@@ -6,10 +6,10 @@ julia:
6
- 0.7
7
- 1.0
8
- nightly
9
-notifications:
10
- email: false
11
-#script: # default script is equivalent to the following
12
-# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
-# - julia -e 'Pkg.clone(pwd()); Pkg.build("FileIO"); Pkg.test("FileIO"; coverage=true)'
+matrix:
+ allow_failures:
+ - julia: nightly
14
after_success:
15
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
+notifications:
+ email: false
0 commit comments