Skip to content

Commit

Permalink
travis update (pwd)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Aug 28, 2018
1 parent 144716d commit 145e576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ notifications:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --depwarn=no -e 'Pkg.add("Expokit")'
- julia -e 'Pkg.checkout("https://github.com/QuantumWalks/QSWalk.jl.git", "julia-0.6"); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
- julia -e 'Pkg.clone(pwd()); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
after_success:
- julia --depwarn=no -e 'cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 145e576

Please sign in to comment.