Skip to content

Commit

Permalink
Update .travis.yml to install igraph #52
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jan 15, 2015
1 parent cc32d68 commit 48a997e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env: NOT_CRAN="true"

install:
- ./travis-tool.sh install_deps
- Rscript -e 'install.packages("igraph", repos=c(CRAN="http:/cran.revolutionanalytics.com"))'

script: ./travis-tool.sh run_tests

Expand Down

0 comments on commit 48a997e

Please sign in to comment.