Skip to content

Commit

Permalink
Merge 6dd25fc into 8dda492
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Oct 6, 2016
2 parents 8dda492 + 6dd25fc commit 8ce8b88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ script:
after_success:
- julia -e 'cd(Pkg.dir("Gadfly")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'Pkg.checkout("Compose")'
- julia -e 'cd(Pkg.dir("Gadfly")); map(x->Pkg.add(strip(x)), readlines(open(joinpath("docs", "REQUIRE"))))'
- julia -e 'cd(Pkg.dir("Gadfly")); include(joinpath("docs", "make.jl"))'
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; julia -e 'cd(Pkg.dir("Gadfly")); map(x->Pkg.add(strip(x)), readlines(open(joinpath("docs", "REQUIRE")))); include(joinpath("docs", "make.jl"))'; fi

0 comments on commit 8ce8b88

Please sign in to comment.