Drop 1.2 from CI

This commit is contained in:
Chris de Graaf 2019-12-17 09:33:55 +07:00
parent 277892564a
commit 04bd664719
No known key found for this signature in database
GPG Key ID: 150FFDD9B0073C7B

View File

@ -7,7 +7,6 @@ os:
- windows
julia:
- 1.0
- 1.2
- 1.3
- nightly
before_script:
@ -17,7 +16,6 @@ script: travis_wait julia --project -e 'using Pkg; Pkg.test(; coverage=true)'
matrix:
fast_finish: true
allow_failures:
- julia: 1.3
- julia: nightly
include:
- arch: x86