Skip to content

Commit cb2f30f

Browse files
haampieandreasnoack
authored andcommitted
Allow test failures on Julia nightly (#138)
1 parent 8c76c51 commit cb2f30f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ julia:
55
- 0.5
66
- 0.6
77
- nightly
8+
matrix:
9+
allow_failures:
10+
- julia: nightly
811
notifications:
912
email: false
10-
# script:
11-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12-
# - julia -e 'Pkg.clone(pwd())'
13-
# - julia -e 'Pkg.test("IterativeSolvers", coverage=true)'
1413
after_success:
1514
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("IterativeSolvers")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'

0 commit comments

Comments
 (0)