Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Update Travis and see nightly tests
  • Loading branch information
ericphanson authored Sep 6, 2019
1 parent e078ad1 commit 5b1a9fc
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.2
- nightly
matrix:
allow_failures:
Expand All @@ -17,7 +17,7 @@ codecov: true
jobs:
include:
- stage: Documentation
julia: 1.1
julia: 1.0
script: julia --project=docs -e '
using Pkg;
Pkg.develop(PackageSpec(path=pwd()));
Expand Down

0 comments on commit 5b1a9fc

Please sign in to comment.