Skip to content

Commit

Permalink
travis repaired
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Aug 27, 2018
1 parent 90db793 commit 344fc2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ os:
- linux
# - osx
julia:
- 0.6
- 1.0
# - nightly
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --depwarn=no -e 'Pkg.add("Expokit")'
- julia -e 'Pkg.clone("https://github.com/ZKSI/QSWalk.jl.git"); Pkg.build("QSWalk"); Pkg.test("QSWalk"; coverage=true)'
- 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)'
after_success:
- julia --depwarn=no -e 'cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
- julia --depwarn=no -e 'using Pkg; cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 comments on commit 344fc2b

Please sign in to comment.