Skip to content

Commit

Permalink
TRAVIS: Clone LightGraphs on master
Browse files Browse the repository at this point in the history
Should be reverted once a new version of LightGraphs is released
  • Loading branch information
oyamad committed Jan 21, 2018
1 parent def47b0 commit b0e3815
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ addons:
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Games"); Pkg.test("Games"; coverage=true)'
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/JuliaGraphs/LightGraphs.jl"); Pkg.build("LightGraphs")'
- julia -e 'Pkg.clone(pwd()); Pkg.build("Games"); Pkg.test("Games"; coverage=true)'
after_success:
- julia -e 'Pkg.add("Documenter")'
- julia -e 'cd(Pkg.dir("Games")); ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs", "make.jl"))'
Expand Down

0 comments on commit b0e3815

Please sign in to comment.