Skip to content

Commit 953cae9

Browse files
committed
that's why
1 parent 6b8f4ed commit 953cae9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.travis.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ sudo: true
44
dist: trusty
55
warnings_are_errors: false
66

7-
8-
r:
9-
- devel
10-
- oldrel
11-
- release
12-
7+
matrix:
8+
include:
9+
- r:
10+
- devel
11+
- oldrel
12+
- release
13+
# run visual tests
14+
# TODO: push the svg files somewhere on after_failure?
15+
before_script:
16+
- docker run -e MAPBOX_TOKEN=$MAPBOX_TOKEN -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca R -e "devtools::install_deps('/home/plotly', dep = T); res <- devtools::test('/home/plotly', reporter='summary'); df <- as.data.frame(res); if (sum(df\$failed) > 0 || any(df\$error)) q(status=1)"
1317

1418

1519
env:

0 commit comments

Comments
 (0)