Skip to content

Commit 4660424

Browse files
committed
only run docker-based testing on r-release build
1 parent 7b561e4 commit 4660424

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ before_install:
3030
- Rscript -e 'update.packages(ask = FALSE)'
3131

3232
script:
33-
- docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-orca
33+
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-orca; fi
3434

3535
# work around temporary travis + R 3.5 bug
3636
r_packages: devtools

0 commit comments

Comments
 (0)