-
Notifications
You must be signed in to change notification settings - Fork 8
/
.travis.yml
32 lines (26 loc) · 1.19 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: r
sudo: required
cache: packages
repos:
CRAN: http://cran.rstudio.com
# install locally to avoid rev dep
# r_github_packages:
# - jimhester/covr # code coverage check
# - jimhester/lintr # code lint
# - schloerke/travisDrat
after_success:
- rm -r ./tests/testthat/test_cache
- Rscript -e 'covr::codecov()'
# - Rscript -e "travisDrat::deploy_drat()"
notifications:
email:
on_success: change
on_failure: change
branches:
only:
- master
- dev
- travis
env:
global:
secure: "dcjds6vfZHdlhya0F3fk+DBIocHpE6JOZJSiyS5to5OU1kx/C1XwJZ89cNZ5HNE/uv755asGjV6NPWFfR/6taojA6VXiBbbSHmUUwIZo02Q08V5+AYyh33+yDFEr7yyYitYVJECZTgsYagEMpy1VBc2xHJ+BxX3Of4/h+Nnq5zEDlqE38CiUxRP6BtqUuJlT4bD4SXhik5d4qJypmoYkbhVL5utB9Sz1niy2oaTMFgxYe4l/jwsOrqQGfZU9Ns00aI7G1uC1pxIK6lVeB5f2hlv5H1QhquhmLDp9unpDNzzgakxjJ9dSl3QM3FfifO624wggHr1JyTghyJXcJ+iyqFsKKb3n2sZysZAbYI8BnW6ZIwJjE7pKbBazGdGDP6NG50wBg7hvT6T0KHTB8VLaGtltaydOcCbelSkvdRaAWiglF9UWi+OsrftuRSwJw+U/43n56x6RBSZQkthxKhtlo14fMxaYvJCQfMpVKnBp3eiUT4yH1p2xz94lkjWbFjxT0ITR7So2zvlpvHoLZA7a4XDo6OSqHLjGNwx1UQJX7c0g+IXrDqaRvewRlm7cai5IGwyfntlEo0SXUorrnz6VFd0uQ4a738lHFcaMVzoqy6oJ90Air1xtLmdmzAzfZXpqKYT9dcIeyMEj3bIfhTLJeUdoVVzJcnF3yWq9j+wlUTk="