Add osx, windows, coveralls to travis

pull/22/head
Dillon Daudert 2019-12-11 14:54:28 -05:00 committed by matthieugomez
parent 7eefaf4efd
commit bffb80e8bd
1 changed files with 9 additions and 4 deletions

View File

@ -1,13 +1,18 @@
language: julia
os:
- linux
- osx
- windows
julia:
- 1.0
- nightly
- 1.0
- nightly
matrix:
allow_failures:
- julia: nightly
coveralls: true
after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
notifications:
email: false
on_success: never
on_failure: change
on_success: never
on_failure: change