Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating travis installed r-version to 3.2.5 which matches what's in … #6073

Merged
merged 4 commits into from
Aug 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
updating travis installed r-version to 3.2.5 which matches what's in …
…the base image
lbergelson committed Aug 2, 2019
commit 3431bcb0051d0faa9e0c0069c9bdcc9aaae09444
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -88,8 +88,8 @@ before_install:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9;
sudo add-apt-repository "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/";
sudo apt-get update;
sudo apt-get install -y --force-yes r-base-dev=3.1.3-1trusty;
sudo apt-get install -y --force-yes r-base-core=3.1.3-1trusty;
sudo apt-get install -y --force-yes r-base-dev=3.2.5-1trusty;
sudo apt-get install -y --force-yes r-base-core=3.2.5-1trusty;
sudo Rscript scripts/docker/gatkbase/install_R_packages.R;
fi;
# Download Cromwell jar -- if you change the version, please change the CROMWELL_JAR env variable above, too.