Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time. Cannot retrieve contributors at this time
22 lines (18 sloc) 316 Bytes
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
language: R
sudo: false
cache: packages
dist: xenial
branches:
only:
- master
addons:
apt:
packages:
- libxml2-dev
- libpoppler-cpp-dev
- libcurl4-openssl-dev
- g++
env:
global:
- CXX14=g++
You can’t perform that action at this time.