Skip to content

Commit

Permalink
mac travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkofod committed May 19, 2017
1 parent dbd9714 commit d8fa24f
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 @@ -21,7 +21,7 @@ before_install:
# faster than using homebrew/science tap
# but no permalink to release download
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then wget https://cran.rstudio.com/bin/macosx/ -r --level=1 --accept-regex "R-[0-9.]*.pkg" -nd; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo installer -pkg R-*.pkg -target /; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo installer -pkg ./R-*.pkg -target /; fi
# # install statmod
- wget https://cran.r-project.org/src/contrib/statmod_1.4.29.tar.gz
- sudo R CMD INSTALL statmod_1.4.29.tar.gz
Expand Down

0 comments on commit d8fa24f

Please sign in to comment.