Skip to content

Commit

Permalink
require v0.9 of PhyloNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Jan 4, 2019
1 parent 4d074da commit 3a2764d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a2764d

Please sign in to comment.