Skip to content

Commit

Permalink
Travis fix for nloptr
Browse files Browse the repository at this point in the history
  • Loading branch information
ejolly committed Mar 10, 2018
1 parent 4850538 commit c840399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- gpg -a --export E084DAB9 | sudo apt-key add -
- sudo rm -vf /etc/apt/sources.list.d/*riak*
- sudo apt-get update
- sudo apt-get -y install r-base r-base-dev python-tk
- sudo apt-get -y install r-base r-base-dev python-tk libnlopt-dev
- sudo R -e "install.packages('versions', repos = 'http://cran.us.r-project.org');
library(versions); install.versions(c('lme4','lmerTest','lsmeans'),c('1.1-12','2.0-33','2.25'))"
- sudo pip install pytest

0 comments on commit c840399

Please sign in to comment.