Skip to content

Commit

Permalink
bump travis to julia-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Dec 26, 2020
1 parent d02f0a8 commit f1de18b
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 @@ -7,7 +7,7 @@ os:
- osx

julia:
- 1.4
- 1.5
- nightly

notifications:
Expand All @@ -16,7 +16,7 @@ notifications:
jobs:
include:
- stage: "Documentation"
julia: 1.4
julia: 1.5
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("Knet"); Pkg.instantiate()'
Expand Down

0 comments on commit f1de18b

Please sign in to comment.