File tree Expand file tree Collapse file tree 2 files changed +10
-19
lines changed
Expand file tree Collapse file tree 2 files changed +10
-19
lines changed Original file line number Diff line number Diff line change 1- language : c
1+ # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
22
3- before_install :
4- - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
5- - chmod 755 ./travis-tool.sh
6- - ./travis-tool.sh bootstrap
7- install :
8- - ./travis-tool.sh r_binary_install knitr
9- - ./travis-tool.sh r_binary_install testthat
10-
11- script : ./travis-tool.sh run_tests
12-
13- after_failure :
14- - ./travis-tool.sh dump_logs
15-
16- notifications :
17- email :
18- on_success : change
19- on_failure : change
3+ language : R
4+ sudo : false
5+ cache : packages
206
7+ r :
8+ - 3.1
9+ - oldrel
10+ - release
11+ - devel
Original file line number Diff line number Diff line change 55magrittr - Ceci n'est pas un pipe.
66====================================
77
8- [ ![ Build Status] ( https://travis-ci.org/tidyverse/magrittr.png ?branch=dev )] ( https://travis-ci.org/tidyverse/magrittr )
8+ [ ![ Travis-CI Build Status] ( https://travis-ci.org/tidyverse/magrittr.svg ?branch=master )] ( https://travis-ci.org/tidyverse/magrittr )
99
1010# Introduction
1111
You can’t perform that action at this time.
0 commit comments