Skip to content

Commit

Permalink
Travis magic
Browse files Browse the repository at this point in the history
  • Loading branch information
kdyrhage committed Sep 25, 2019
1 parent e895a48 commit 4448674
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ julia:
- 1.1
- 1.2

script:
- julia ci_prep.jl

jobs:
include:
- stage: "Documentation"
julia: 1.2
os: linux
script:
- julia -e 'using Pkg.Registry; Registry.add(Registry.RegistrySpec(url = "https://github.com/BioJulia/BioJuliaRegistry.git"))'
- julia -e 'using Pkg.Registry; Registry.add(Registry.RegistrySpec(url = "https://github.com/JuliaRegistries/General.git"))'
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- julia --project=docs/ docs/make.jl
after_success: skip

0 comments on commit 4448674

Please sign in to comment.