Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
491 B

7 years ago
language: r
7 years ago
warnings_are_errors: true
cache: packages
7 years ago
sudo: required
services:
- docker
before_install:
- docker pull hrbrmstr/splashttpd
7 years ago
- docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 -d hrbrmstr/splashttpd
- docker ps -a
7 years ago
r:
- oldrel
- release
- devel
addons:
apt:
packages:
- xclip
- libv8-dev
7 years ago
env:
- DISPLAY=""
- DISPLAY=:99.0
7 years ago
notifications:
email:
- bob@rud.is
irc:
channels:
- "104.236.112.222#builds"
nick: travisci