Skip to content

Commit

Permalink
⬆️ Update julia version on appveyor and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mendez committed Nov 27, 2019
1 parent 516f965 commit 0a27f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ os:
- windows
julia:
- 1.2
- 1.3
- nightly

matrix:
allow_failures:
- os: windows
- os: osx
- julia: 1.2
- julia: nightly

notifications:
email: false
Expand Down
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
environment:
matrix:
- julia_version: 1.2
- julia_version: 1
- julia_version: nightly

matrix:
allow_failures:
- platform: x86
- julia_version: nightly

platform:
- x86 # 32-bit
Expand Down

0 comments on commit 0a27f1a

Please sign in to comment.