Skip to content

Commit

Permalink
fight with tic
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed May 25, 2019
1 parent ccf4859 commit 84ea7a9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
# 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()'
before_install:
- R -q -e 'install.packages(c("remotes", "curl"))'
- R -q -e 'remotes::install_github("ropenscilabs/tic")'
- R -q -e 'tic::prepare_all_stages()'
- R -q -e '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()'
Expand All @@ -25,7 +29,7 @@ after_script: R -q -e 'tic::after_script()'
# Header
language: r
sudo: false
dist: trusty
dist: xenial
cache: packages
latex: false

Expand All @@ -43,7 +47,6 @@ addons:
#env
env:
global:
- _R_CHECK_FORCE_SUGGESTS_=false
- MAKEFLAGS="-j 2"

#services
Expand Down

0 comments on commit 84ea7a9

Please sign in to comment.