Skip to content

Commit

Permalink
Merge pull request #914 from tlnagy/build-docs-linux
Browse files Browse the repository at this point in the history
limit building docs to linux
  • Loading branch information
tlnagy committed Oct 6, 2016
2 parents 3464059 + 6dd25fc commit cb28d6a
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 cb28d6a

Please sign in to comment.