update travis

This commit is contained in:
kalmarek 2019-10-30 16:28:22 +01:00
parent 8a42e33b6d
commit 0f58561d50
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 2 additions and 4 deletions

View File

@ -6,6 +6,8 @@ os:
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- nightly
notifications:
email: true
@ -19,7 +21,3 @@ matrix:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
codecov: true
# after_success:
# push coverage results to Coveralls
#- julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true);'