Skip to content

Commit

Permalink
Merge pull request #4 from probcomp/travis-julia-1.6
Browse files Browse the repository at this point in the history
use Julia 1.6 in Travis
  • Loading branch information
bzinberg authored Aug 7, 2021
2 parents 6d32d74 + 77dbf9d commit 4706396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@

language: julia
julia:
- 1.4
- 1.6

jobs:
include:
- stage: test
script:
- julia -e 'using Pkg; Pkg.build(); Pkg.test()'
- stage: docs
julia: 1.4
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down

0 comments on commit 4706396

Please sign in to comment.