Skip to content

Commit

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

os:
- linux
- osx
- windows

julia:
- 1.0
- 1.2
- 1.3

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 6c64ef5

Please sign in to comment.