Skip to content

Commit

Permalink
CI: use latest stable Julia instead of 1.1
Browse files Browse the repository at this point in the history
also use latest stable Julia for docs generation
  • Loading branch information
alyst committed Mar 4, 2020
1 parent c174ab6 commit e0a67eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1
- nightly
matrix:
allow_failures:
Expand All @@ -22,7 +22,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1
os: linux
script:
- julia --project=doc/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
Expand Down

0 comments on commit e0a67eb

Please sign in to comment.