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