Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 469babd

Browse files
committed
use r-builder
1 parent 57f13a7 commit 469babd

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

.travis.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,35 @@
1-
language: r
1+
language: c
2+
sudo: required
23

3-
r_github_packages:
4-
- jimhester/robustr
5-
- jimhester/covr
4+
before_install:
5+
- curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
6+
- chmod 755 pkg-build.sh
7+
- ./pkg-build.sh bootstrap
68

7-
after_success:
8-
- Rscript -e 'covr::codecov()'
9+
install:
10+
- ./pkg-build.sh install_deps
11+
- ./pkg-build.sh install_github jimhester/covr
12+
13+
script:
14+
- ./pkg-build.sh run_tests
915

1016
after_failure:
11-
- ./travis-tool.sh dump_logs
17+
- ./pkg-build.sh dump_logs
18+
19+
after_success:
20+
- Rscript -e 'covr::codecov()'
1221

1322
notifications:
1423
email:
1524
on_success: change
1625
on_failure: change
1726
slack:
1827
secure: a/rA4KawTfmMItXyKG8QKb9ISUq1Ow7RM5pW+JFbjUkDHeJHtfGqCqw+fix1j1yxUY2VKtzMXwe5mOk2Guf3L/JF3UjYnel0p2dMVpqEnNZQu3fGbenoibM/WS/fzaFe5prn+Tq3tDLu+I/CijWclZCVD/fxzgjOq5XDL7ZqYwU=
28+
1929
env:
30+
matrix:
31+
- RVERSION=oldrel
32+
- RVERSION=release
33+
- RVERSION=devel
2034
global:
2135
secure: TWQeQDToS8yA/zDmE/0CHC0yn+z7Z1lWCZ1BhpTK8diTXD9MErIh2q6wQOz6ITf8GeQEdk/DN5OBU+ihgantNexzUJ7fAHgqcgXfLWsfvVS2DUSzrNltCSqpvnDrloNwbqI3PHDVWydPr93fZm4OgiGdzJJwnOr5jtXaTs5ukRw=

0 commit comments

Comments
 (0)