diff --git a/.travis.yml b/.travis.yml index e02f470f..90cf039b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,8 @@ julia: - 1.3 - nightly -matrix: - allow_failures: - - julia: nightly +notifications: + email: false jobs: include: @@ -24,6 +23,9 @@ jobs: - julia --project=docs/ docs/make.jl after_success: skip + allow_failures: + - julia: nightly + ## uncomment the following lines to override the default test script script: - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'