From 3a2764dd98f4d978ad663d80112edf271200eac0 Mon Sep 17 00:00:00 2001 From: Cecile Ane Date: Fri, 4 Jan 2019 11:35:05 -0600 Subject: [PATCH] require v0.9 of PhyloNetworks --- .travis.yml | 6 ------ REQUIRE | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index b4bb5b9..590076b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,12 +30,6 @@ before_install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then wget "https://cran.rstudio.com/bin/macosx/$(wget -qO- https://cran.rstudio.com/bin/macosx/ | sed -n 's/.*href="\(R-[^"]*.pkg\)".*/\1/p' | head -n 1)"; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo installer -pkg R-*.pkg -target /; fi - # track ~~master~~ j07 branch of PhyloNetworks: otherwise Pkg.clone(pwd()) may fail - - julia --color=yes -e 'using Pkg; Pkg.activate("."); Pkg.add(PackageSpec(name="PhyloNetworks", rev="j07"));' - -script: - - julia --color=yes -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("PhyloPlots"); Pkg.test("PhyloPlots", coverage=true);' - codecov: true coveralls: true diff --git a/REQUIRE b/REQUIRE index 8277181..5ece51a 100644 --- a/REQUIRE +++ b/REQUIRE @@ -3,5 +3,5 @@ Colors ColorTypes DataFrames 0.13 Gadfly 1.0 -PhyloNetworks 0.8 # up this to 0.9 when registered: with julia v0.7 support +PhyloNetworks 0.9 RCall 0.11