Skip to content

Commit

Permalink
Add OSX and Windows to Travis-CI
Browse files Browse the repository at this point in the history
Allow Julia 1.3 + Windows to fail
  • Loading branch information
ahojukka5 committed Oct 11, 2019
1 parent 9c0b096 commit c388347
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ language: julia

os:
- linux
- osx
- windows

julia:
- 1.0
- 1.2
- 1.3

matrix:
fast_finish: true
allow_failures:
- julia: 1.3
os: windows

jobs:
include:
- stage: "Documentation"
Expand Down

0 comments on commit c388347

Please sign in to comment.