Skip to content

Commit

Permalink
Run Travis and AppVeyor with Julia 1.0 and 1.1 too (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored and simonbyrne committed Mar 31, 2019
1 parent f079c64 commit fbd22a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ before_install:
fi
julia:
- 0.7
- 1.0
- 1.1
- nightly
env:
matrix:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: latest

platform:
Expand Down

0 comments on commit fbd22a0

Please sign in to comment.