Skip to content

Commit 67b941a

Browse files
authored
Merge pull request #212 from JuliaIO/musm-patch-2
2 parents 4fefcd0 + f20631f commit 67b941a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ julia:
66
- 0.7
77
- 1.0
88
- 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)'
9+
matrix:
10+
allow_failures:
11+
- julia: nightly
1412
after_success:
1513
- julia -e 'cd(Pkg.dir("FileIO")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)