diff --git a/.travis.yml b/.travis.yml index de5a0f1..09c6a0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,13 @@ julia: - 0.7 - 1.0 - 1.1 + - 1.2 + - 1.3 + - 1.4 - nightly +matrix: + allow_failures: + - julia: nightly notifications: email: false # uncomment the following lines to override the default test script diff --git a/appveyor.yml b/appveyor.yml index 8a8f7d0..87c2c1c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,13 @@ environment: - julia_version: 0.7 - julia_version: 1.0 - julia_version: 1.1 + - julia_version: 1.2 + - julia_version: 1.3 + - julia_version: 1.4 - julia_version: nightly +matrix: + allow_failures: + - julia_version: nightly platform: - x86 # 32-bit - x64 # 64-bit