From b688a0827ffad87f3b2b198a9b74eee57e9f0591 Mon Sep 17 00:00:00 2001 From: kaguillera Date: Wed, 29 Apr 2020 18:37:28 -0400 Subject: [PATCH] Travis attempt 2 --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7155bfd..ecf69160 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,6 @@ language: python python: - "3.7" -before_install: - - R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")' - before_script: # Install Packrat - snakemake packrat_install @@ -12,6 +9,7 @@ before_script: - snakemake packrat_restore install: + - R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")' - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh -b -p $HOME/miniconda - source "$HOME/miniconda/bin:$PATH"