From f2353b27ffb2c9e4374efc733befd3939fb94524 Mon Sep 17 00:00:00 2001 From: Spencer Lyon Date: Thu, 16 May 2019 08:53:24 -0400 Subject: [PATCH] update travis file --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7f0c8d8..5163aee4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ # Documentation: http://docs.travis-ci.com/user/languages/julia/ language: julia -sudo: required +sudo: required os: - linux julia: - - 0.7 + - 1.0 + - 1.1 - nightly matrix: allow_failures: @@ -20,4 +21,4 @@ notifications: # uncomment the following lines to override the default test script script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - xvfb-run julia -e 'using Pkg; Pkg.add(PackageSpec(url=pwd())); Pkg.build("PlotlyJS"); Pkg.test("PlotlyJS"; coverage=true)' + - xvfb-run julia -e 'using Pkg; Pkg.build(); Pkg.test(coverage=true)'