Skip to content

Commit 6b8f4ed

Browse files
committed
why isn't travis building?
1 parent 9f469e6 commit 6b8f4ed

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.travis.yml

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

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: 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)"
7+
8+
r:
9+
- devel
10+
- oldrel
11+
- release
12+
1613

1714

1815
env:

0 commit comments

Comments
 (0)