Skip to content
This repository has been archived by the owner on May 5, 2019. It is now read-only.

Commit

Permalink
[DO NOT MERGE] Test building docs with Query from git
Browse files Browse the repository at this point in the history
  • Loading branch information
nalimilan committed Feb 22, 2017
1 parent 3476a6c commit 1605ba7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -12,7 +12,6 @@ before_script:
- export PATH=$HOME/.local/bin:$PATH
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("DataTables"); Pkg.test("DataTables"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("DataTables")); Pkg.add("Documenter"); Pkg.add("Query"); include(joinpath("docs", "make.jl"))'
- julia -e 'Pkg.add("DataTables"); cd(Pkg.dir("DataTables")); Pkg.add("Documenter"); Pkg.add("Query"); Pkg.checkout("Query", "release-0.3"); include(joinpath("docs", "make.jl"))'
- julia -e 'cd(Pkg.dir("DataTables")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 1605ba7

Please sign in to comment.