You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ julia:
7
7
- nightly
8
8
notifications:
9
9
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
13
13
after_success:
14
14
- julia -e 'cd(Pkg.dir("SimJulia")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
15
15
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("SimJulia")); include(joinpath("docs", "make.jl"))'
0 commit comments