From fadf4a7c5ffefaa225261d5d3723e80133a1da48 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 11 Sep 2015 09:17:11 -0400 Subject: [PATCH] travis --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 71c7eadf..04ac97dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,11 +4,10 @@ os: - linux - osx julia: - - release - - nightly + - 0.4 notifications: email: false # uncomment the following lines to override the default test script -#script: -# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi -# - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.test("Plots"; coverage=true)' +script: + - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi + - julia -e 'Pkg.clone(pwd()); Pkg.build("Plots"); Pkg.add("Gadfly"); Pkg.clone("https://github.com/tbreloff/Qwt.jl.git"); Pkg.test("Plots"; coverage=true)'