Skip to content

Commit

Permalink
Update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Aug 22, 2019
1 parent 5dab5e6 commit c98aab8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
environment:
matrix:
- julia_version: 0.7
- julia_version: 1.0
- julia_version: 1.1
- julia_version: 1.2
- julia_version: 1.3
- julia_version: latest

platform:
Expand All @@ -12,7 +14,8 @@ platform:
## (tests will run but not make your overall status red)
matrix:
allow_failures:
- julia_version: latest
- julia_version: 1.3
- julia_version: latest


branches:
Expand Down

0 comments on commit c98aab8

Please sign in to comment.