Skip to content

Commit 9eacb82

Browse files
committed
Modernise travis
1 parent 9711975 commit 9eacb82

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

.travis.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
magrittr - 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

0 commit comments

Comments
 (0)