mirror of
https://github.com/ryantimpe/brickr.git
synced 2026-04-29 07:09:37 -05:00
25 lines
375 B
YAML
25 lines
375 B
YAML
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
|
# Custom parts:
|
|
|
|
# Header
|
|
language: r
|
|
warnings_are_errors: false
|
|
sudo: false
|
|
dist: trusty
|
|
cache: packages
|
|
latex: false
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libgdal-dev
|
|
- libproj-dev
|
|
|
|
#env
|
|
env:
|
|
global:
|
|
- _R_CHECK_FORCE_SUGGESTS_=false
|
|
- MAKEFLAGS="-j 2"
|
|
|
|
#services
|
|
services:
|
|
- xvfb |