Skip to content

Commit

Permalink
Add travis tests for 1.4 & 1.5, build docs in 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenfree committed Aug 5, 2020
1 parent 382a22b commit 35c64dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ julia:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5


jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1.0.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate(); Pkg.develop(PackageSpec(path=pwd()))'
Expand Down

0 comments on commit 35c64dd

Please sign in to comment.