Skip to content

Commit

Permalink
cd into the correct dir
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Apr 22, 2015
1 parent f3e58a2 commit 30392f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- ./travis-tool.sh r_binary_install RMySQL
- ./travis-tool.sh r_binary_install knitr
- ./travis-tool.sh install_github hadley/lazyeval
- if [ "$RCPP" = "release" ]; then cd ..; git clone https://github.com/RcppCore/Rcpp.git; cd Rcpp; git checkout tags/0.11.5; cd ..; R CMD INSTALL Rcpp; cd -; fi
- if [ "$RCPP" = "release" ]; then cd ..; git clone https://github.com/RcppCore/Rcpp.git; cd Rcpp; git checkout tags/0.11.5; cd ..; R CMD INSTALL Rcpp; cd dplyr; fi
- if [ "$RCPP" = "devel" ]; then cd ..; git clone https://github.com/RcppCore/Rcpp.git; R CMD INSTALL Rcpp; cd -; fi
- ./travis-tool.sh install_deps

Expand Down

0 comments on commit 30392f1

Please sign in to comment.