We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cbccfc commit 6553f8bCopy full SHA for 6553f8b
.travis.yml
@@ -34,10 +34,3 @@ before_install:
34
before_script:
35
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e GITHUB_PAT=$GITHUB_PAT -e MAPBOX_TOKEN=$MAPBOX_TOKEN -e VMODE="ci" -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca; fi
36
37
-# work around temporary travis + R 3.5 bug
38
-r_packages: devtools
39
-
40
-# temporary: needed for plotly input testing in shiny
41
-r_github_packages:
42
- - rstudio/shinytest
43
- - r-lib/remotes
0 commit comments