diff --git a/.travis.yml b/.travis.yml index ef7e5868..fc92ca12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ julia: - 1.0 - 1.1 - 1.2 + - 1.3 - nightly notifications: email: false diff --git a/appveyor.yml b/appveyor.yml index 6cc6d90b..cf5896a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ environment: - julia_version: 1 - julia_version: 1.1 - julia_version: 1.2 + - julia_version: 1.3 - julia_version: nightly platform: @@ -11,9 +12,9 @@ platform: # # Uncomment the following lines to allow failures on nightly julia # # (tests will run but not make your overall status red) -# matrix: -# allow_failures: -# - julia_version: nightly +matrix: + allow_failures: + - julia_version: nightly branches: only: