Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Aug 28, 2018
1 parent f63adbe commit 9abfd6f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ julia:
- 0.7
- 1.0
- nightly
matrix:
allow_failures:
julia: nightly
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --depwarn=no -e 'using Pkg; Pkg.add("Expokit")'
- julia -e 'using Pkg; Pkg.clone("https://github.com/ZKSI/QSWalk.jl.git"); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
- julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
after_success:
- julia --depwarn=no -e 'using Pkg; cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Documenter")'
Expand Down

0 comments on commit 9abfd6f

Please sign in to comment.