forked from mwpennell/geiger-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
35 lines (29 loc) · 798 Bytes
/
.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
33
34
35
language: r
cache: packages
warnings_are_errors: TRUE
before_install:
- sudo apt-get install libgmp3-dev
- sudo apt-get install libmagick++-dev
- export RGL_USE_NULL=TRUE
r_github_packages: liamrevell/phytools
script:
- R CMD build .
- travis_wait 45 R CMD check *tar.gz --as-cran
#after_success:
# - Rscript -e 'covr::codecov()'
#before_install:
# - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
# - chmod 755 ./travis-tool.sh
# - ./travis-tool.sh bootstrap
#install:
# - ./travis-tool.sh install_deps
#script: ./travis-tool.sh run_tests
#on_failure:
# - ./travis-tool.sh dump_logs
#after_failure:
# "cat /home/travis/build/mwpennell/geiger-v2/geiger.Rcheck/00install.out"
#
#notifications:
# email:
# on_success: change
# on_failure: change