Skip to content

Commit

Permalink
add julia 1.5 to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoct committed Feb 14, 2021
1 parent c0f8cec commit a5e0aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
language: julia
julia:
- 1.4
- 1.5

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

0 comments on commit a5e0aa3

Please sign in to comment.