Skip to content

Commit

Permalink
travis and REQUIRE updated for Expokit 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Aug 27, 2018
1 parent 7e405f0 commit c6baeaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --depwarn=no -e 'Pkg.clone("git://github.com/acroy/Expokit.jl.git")'
# - julia --depwarn=no -e 'Pkg.add("FactCheck")' #FactCheck is deprecated, hence removed
- 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)'
after_success:
- julia --depwarn=no -e 'cd(Pkg.dir("QSWalk")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
julia 0.6
Expokit
Expokit 0.1.0

0 comments on commit c6baeaf

Please sign in to comment.