forked from r-lib/roxygen2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
31 lines (28 loc) · 827 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
# Sample .travis.yml for R projects.
#
# See README.md for instructions.
language: c
# To build on OSX, switch the previous line to
# language: objective-c
script: ./travis-tool.sh run_tests
env:
- global:
- WARNINGS_ARE_ERRORS=1
- R_BUILD_ARGS='--no-manual'
- R_CHECK_ARGS='--no-manual --as-cran'
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
# Configuration options below this line are suggested options.
notifications:
email:
on_success: change
on_failure: change
# One can also restrict the branches to test, see
# http://about.travis-ci.org/docs/user/build-configuration/#Specify-branches-to-build
branches:
except:
- /-expt$/