Skip to content

Commit

Permalink
Add Julia v1.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbarbero committed Mar 25, 2020
1 parent 6082363 commit c7fd985
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
environment:
matrix:
- julia_version: 1.1
- julia_version: 1.2
# - julia_version: 1.2
- julia_version: 1.3
- julia_version: 1.4

platform:
# - x86 # 32-bit
Expand Down
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ os:
- osx
julia:
- 1.0
- 1.1
- 1.2
# - 1.1
# - 1.2
- 1.3
- 1.4

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

0 comments on commit c7fd985

Please sign in to comment.