diff --git a/.travis.yml b/.travis.yml index 9038a36..bd09f0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,11 @@ julia: - 1.0 - nightly -# # Uncomment the following lines to allow failures on nightly julia -# # (tests will run but not make your overall status red) -# matrix: -# allow_failures: -# - julia: nightly +# Uncomment the following lines to allow failures on nightly julia +# (tests will run but not make your overall status red) +matrix: + allow_failures: + - julia: nightly notifications: email: false