From cc2472ced10e13e08f291df556019d230beb573b Mon Sep 17 00:00:00 2001 From: Robin Lovelace Date: Fri, 10 Aug 2018 10:07:37 +0100 Subject: [PATCH] Revert to normal travis (tic crashing) --- .travis.yml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61925b7..8d139ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,39 +1,5 @@ # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r -# Default configuration for use with tic package -# Usually you shouldn't need to change the first part of the file -# DO NOT CHANGE THE CODE BELOW -before_install: R -q -e 'install.packages(c("remotes", "curl")); remotes::install_github("ropenscilabs/tic"); tic::prepare_all_stages(); tic::before_install()' -install: R -q -e 'tic::install()' -after_install: R -q -e 'tic::after_install()' -before_script: R -q -e 'tic::before_script()' -script: R -q -e 'tic::script()' -after_success: R -q -e 'tic::after_success()' -after_failure: R -q -e 'tic::after_failure()' -before_deploy: R -q -e 'tic::before_deploy()' -deploy: - provider: script - script: R -q -e 'tic::deploy()' - on: - all_branches: true -after_deploy: R -q -e 'tic::after_deploy()' -after_script: R -q -e 'tic::after_script()' -# DO NOT CHANGE THE CODE ABOVE - -# Custom parts: - -# Header -language: r +language: R sudo: false -dist: trusty cache: packages -latex: false - -#env -env: - global: - - _R_CHECK_FORCE_SUGGESTS_=false - - MAKEFLAGS="-j 2" - -#services -services: