Skip to content

Commit 48eb0a0

Browse files
committed
remove commands that aren't necessary for the container's ci mode
1 parent 4660424 commit 48eb0a0

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-
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged -p 3838:3838 cpsievert/plotly-orca; fi
33+
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e VMODE="ci" -v $(pwd):/home/plotly cpsievert/plotly-orca; fi
3434

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

0 commit comments

Comments
 (0)