Skip to content

Commit

Permalink
change CI to run on Julia 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Dec 14, 2020
1 parent efecfe6 commit 81fd6ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
15 changes: 1 addition & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
- linux
# - osx
julia:
- 1.4
- 1.5
- nightly
notifications:
email: false
Expand All @@ -21,16 +21,3 @@ matrix:
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- travis_wait 50 julia --project -e 'using Pkg; Pkg.build(); Pkg.test(; coverage=true)';

## uncomment following lines to deploy documentation
jobs:
include:
- stage: Documentation
julia: 1.4
os: linux
script:
- julia --project=docs -e 'using Pkg; Pkg.instantiate(); Pkg.add(PackageSpec(path=pwd()))'
- julia --project=docs docs/make.jl
#after_success: skip
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
environment:
matrix:
- julia_version: 1.4
- julia_version: 1.5

platform:
#- x86 # 32-bit
- x64 # 64-bit

## uncomment the following lines to allow failures on nightly julia
Expand Down

0 comments on commit 81fd6ad

Please sign in to comment.