Skip to content

Commit

Permalink
use julia v1.2 for tests and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Aug 29, 2019
1 parent 733833b commit 61c38bb
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:
- linux

julia:
- 1.1
- 1.2
- nightly

matrix:
Expand All @@ -19,7 +19,7 @@ after_success:
jobs:
include:
- stage: "Documentation"
julia: 1.1
julia: 1.2
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Expand Down

0 comments on commit 61c38bb

Please sign in to comment.