From ab8fab3df91df961701a107dde72c60580522a18 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Thu, 19 Mar 2020 18:14:35 +0100 Subject: [PATCH] Fix .travis.yml --- .travis.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a3c6afd..7265740 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,25 @@ ## Documentation: http://docs.travis-ci.com/user/languages/julia/ language: julia + os: - linux - osx + julia: - - 1.0 + - 1.1 - nightly + notifications: email: false -git: - depth: 99999999 -## 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 +addons: + apt: + packages: + - gnuplot5 ## uncomment the following lines to override the default test script #script: