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.

24 lines
349 B

7 years ago
language: r
cache: packages
7 years ago
sudo: required
dist: trusty
7 years ago
services:
- docker
env:
global:
- NOT_CRAN=true
before_install:
- docker pull scrapinghub/splash:3.2
- docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 -d scrapinghub/splash:3.2
- docker ps -a
7 years ago
r:
- oldrel
- release
- devel
7 years ago
after_success:
- Rscript -e 'covr::codecov()'