forked from animint/animint2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
33 lines (25 loc) · 772 Bytes
/
Copy path.travis.yml
File metadata and controls
33 lines (25 loc) · 772 Bytes
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
33
language: r
sudo: required
apt_packages:
- texlive
script:
- R CMD INSTALL .
- if [ "$TEST_SUITE" == "CRAN" ];then bash build.sh;else Rscript -e "source('tests/testthat.R', chdir = TRUE)";fi
after_failure:
- ./travis-tool.sh dump_logs
notifications:
email:
on_success: change
on_failure: change
env:
global:
- R_REMOTES_NO_ERRORS_FROM_WARNINGS=TRUE
- secure: "h06r9Nn7Y01TKEsPy9IWlSj38GopqKcjaNY5pH2/tRfQzNtlmDJKz2R028d5LtVk3tdpen6GTTKwDeWVmQUH63p6BffNjrhmB+JTk+2g4SSx8C8gJqSF0zPEIzz+8012PxXaW/4MIA8l/EJN1Y8ESxsLJNacBJYkWYNYLMCoRZ4="
matrix:
- TEST_SUITE=renderer1
- TEST_SUITE=renderer2
- TEST_SUITE=renderer3
- TEST_SUITE=renderer4
- TEST_SUITE=renderer5
- TEST_SUITE=compiler
- TEST_SUITE=CRAN