Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Apr 18, 2020
1 parent 43be76e commit 4ea4fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,7 +21,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y "deb http://cran.rstudio.com/bin/linux/ubuntu $(lsb_release -s -c)/"; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq -y; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install git libxml2-dev r-base r-base-dev r-recommended -y --allow-unauthenticated; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install git libxml2-dev libmagick++-dev r-base r-base-dev r-recommended -y --allow-unauthenticated; fi

# osx
# faster than using homebrew/science tap
Expand All @@ -30,7 +30,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then sudo installer -pkg R-*.pkg -target /; fi

# both
- sudo R -e 'install.packages(c("ape", "rdiversity"), repos="http://cran.r-project.org")'
- sudo R -e 'install.packages(c("ape", "rdiversity"), repos="https://cran.r-project.org")'

after_success:
# linux
Expand Down

0 comments on commit 4ea4fee

Please sign in to comment.