Skip to content

Commit 2e10a63

Browse files
committed
Merge branch 'master' of github.com:hadley/tidyr
2 parents abf4b1e + e256c71 commit 2e10a63

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
1-
language: R
1+
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2+
3+
language: r
24
cache: packages
5+
r:
6+
- oldrel
7+
- release
8+
- devel
39

410
after_success:
511
- Rscript -e 'covr::codecov()'
12+
13+
notifications:
14+
email:
15+
on_success: change
16+
on_failure: change

0 commit comments

Comments
 (0)