From 5847be09431601b38e729d130fa3522628dd1530 Mon Sep 17 00:00:00 2001 From: Christian Peel Date: Thu, 14 Jun 2018 18:01:01 -0700 Subject: [PATCH] Minor updates to travis config. --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18b8290..d7417f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,10 @@ sudo: required language: julia julia: -- 0.3 -- 0.4 -- 0.5 +- 0.6 - nightly notifications: email: false -before_install: -- sudo apt-get install python-pip -- python --version -- pip --version -- sudo pip install --upgrade pip -- sudo pip install matplotlib script: - date - julia -e 'cd("test"); include("runtests.jl");'