File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ # Travis CI is only used to check the lesson and is not involved in its deployment
12dist : xenial # Ubuntu 16.04 (required for python 3.7)
23language : python
34python : 3.7
@@ -7,15 +8,15 @@ branches:
78 - /.*/
89before_install :
910 - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
10- - echo "deb https://cran.rstudio.com /bin/linux/ubuntu trusty /" | sudo tee -a /etc/apt/sources.list
11+ - echo "deb https://cloud.r-project.org /bin/linux/ubuntu xenial-cran35 /" | sudo tee -a /etc/apt/sources.list
1112 - sudo apt-get update -y
1213 - sudo apt-get install -y r-base
1314 - sudo Rscript -e "install.packages('knitr', repos = 'https://', dependencies = TRUE)"
1415 - sudo Rscript -e "install.packages('stringr', repos = 'https://cran.rstudio.com', dependencies = TRUE)"
1516 - sudo Rscript -e "install.packages('checkpoint', repos = 'https://cran.rstudio.com', dependencies = TRUE)"
1617 - sudo Rscript -e "install.packages('ggplot2', repos = 'https://cran.rstudio.com', dependencies = TRUE)"
1718 - rvm default
18- - gem install json kramdown jekyll
19+ - gem install json kramdown jekyll bundler
1920install :
2021 - pip install pyyaml
2122script :
You can’t perform that action at this time.
0 commit comments