Skip to content

Commit

Permalink
Add Julia 1.3 on Travis, don't test on Julia 1.1. (#1116)
Browse files Browse the repository at this point in the history
(cherry picked from commit 30bb8bf, PR #1116)
  • Loading branch information
fredrikekre committed Aug 28, 2019
1 parent 6517498 commit 359745c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
environment:
matrix:
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1.2
- julia_version: latest

platform:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ os:

julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly

branches:
Expand Down

0 comments on commit 359745c

Please sign in to comment.