Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vwmaus committed Nov 9, 2018
1 parent 99df4e6 commit 660d561
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -39,9 +39,9 @@ before_install:
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libgdal-dev libproj-dev r-base r-base-dev; fi

script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo Rscript -e "install.packages(c('devtools'),repos='http://cran.us.r-project.org')"; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo Rscript -e "devtools::install_github('vwmaus/dtwSat')"; fi
#script:
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo Rscript -e "install.packages(c('devtools'),repos='http://cran.us.r-project.org')"; fi
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo Rscript -e "devtools::install_github('vwmaus/dtwSat')"; fi
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then Rscript -e "install.packages(c('devtools','lme4','stringr','caret'),repos='http://cran.us.r-project.org')"; fi
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then Rscript -e "devtools::install_github('vwmaus/dtwSat')"; fi

Expand Down

0 comments on commit 660d561

Please sign in to comment.