Skip to content

Commit 902bfb3

Browse files
committed
Allow failures for julia nightly
1 parent 19ee1e6 commit 902bfb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ julia:
77
- nightly
88
notifications:
99
email: false
10-
#script: # use the default script setting which is the same as the following
11-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12-
# - julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("SimJulia"); Pkg.test("SimJulia"; coverage=true)'
10+
matrix:
11+
allow_failures:
12+
- julia: nightly
1313
after_success:
1414
- julia -e 'cd(Pkg.dir("SimJulia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
1515
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("SimJulia")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)