forked from chguiterman/dfoliatR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (39 loc) · 819 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
36
37
38
39
40
41
42
43
44
45
46
language: r
matrix:
include:
- os: linux
r: release
r: devel
- os: osx
r: release
env: COVERALLS_TEST=true
disable_homebrew: true
addons:
apt:
update: true
sources:
- sourceline: 'ppa:opencpu/imagemagick'
- sourceline: 'ppa:ubuntugis/ppa'
packages:
- libmagick++-dev
- librsvg2-dev
- libwebp-dev
- libpoppler-cpp-dev
- libtesseract-dev
- libleptonica-dev
- tesseract-ocr-eng
- r-cran-rgdal
- libfftw3-dev
- cargo
sudo: false
cache: packages
warnings_are_errors: true
r_github_packages:
- hadley/testthat
- jimhester/covr
notifications:
email:
on_success: change
on_failure: change
after_success:
- if [ "${COVERALLS_TEST}" ]; then Rscript -e 'covr::coveralls()'; fi