drop julia 1.0, 1.2, 1.3 from travis

This commit is contained in:
kalmarek 2020-04-19 23:51:40 +02:00
parent 5b1ab66797
commit a63fd76ca8
No known key found for this signature in database
GPG Key ID: 8BF1A3855328FC15
1 changed files with 1 additions and 7 deletions

View File

@ -4,10 +4,8 @@ os:
- linux
- osx
julia:
- 1.0
- 1.1
- 1.2
- 1.3
- 1.4
- nightly
notifications:
email: true
@ -16,8 +14,4 @@ matrix:
allow_failures:
- julia: nightly
## uncomment the following lines to override the default test
# script:
# - julia -e 'Pkg.clone(pwd()); Pkg.build("Groups"); Pkg.test("Groups"; coverage=true)'
codecov: true