From 1da8fdb5880629fed19cb9d257be72824106b688 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Wed, 20 Apr 2016 15:35:23 -0400 Subject: [PATCH] plotlyjs travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d859aaf..3c5cc476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - os: osx julia: 0.4 env: TESTCMD="julia" - + notifications: email: true # uncomment the following lines to override the default test script @@ -33,5 +33,5 @@ script: - julia -e 'Pkg.clone("https://github.com/spencerlyon2/PlotlyJS.jl.git")' # - julia -e 'Pkg.add("Cairo"); Pkg.build("Cairo")' - julia -e 'ENV["PYTHON"] = ""; Pkg.add("PyPlot"); Pkg.build("PyPlot")' - - julia -e 'Pkg.test("Plots"; coverage=false)' + - $TESTCMD -e 'Pkg.test("Plots"; coverage=false)' # - julia -e 'cd(Pkg.dir("Plots")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'