Skip to content

Commit 311d68b

Browse files
committed
use my credentials for testbot
1 parent dd4839d commit 311d68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
global:
1515
- R_LIBS_USER=~/R/library NOT_CRAN=true
1616
# plotly_api_key (for posting to plot.ly)
17-
- secure: "UAETDsmeXkXm9eUpZa3JTm8/cv+jyLmArXE0TQD0yQNICFNPkGeNergoQmkesRqG+ifLu6V1lPXu1XlqQPdXY60clUHThDN+AjsBmcv9F170k6RtBSV8pIKL9fsW8t0v/maEet86qOSf3cNa5+gK8GjBH1pmLrN2rF9r7RhwUdg="
17+
- secure: "jlIAFoBGaDWUQDh6oGNb2BgU31/80iioM4y4xwx35yWkGKkNIID1eMEuiIn+/ipLvOVHkPTDS6DYnOtD8EIBpROgAKHFY33gM1h7P6NRxVszzC6WLP2ASnq95DWq36DAC2Oevy05V7nwSRFilPwSt6JLppYUInG+WdaZ+QOSRi4="
1818
# GITHUB_PAT (for pushing to plotly-test-table)
1919
- secure: "LHJONgWOo+98vNeFLI7LSJU3RtbMVszlI79GB8CcXmc2mlgM/UtZ5b6RnkNlhmg3Gj1/uObfm/rIybVTwuS1yNpeKv73+gsZOYhobVXiUGVxdRFG/mg5mbqwyWkkuofjPGFlMZCEMgHim37eZzgjSibwVH1LClRDsCoFMCgvgV0="
2020

@@ -24,7 +24,7 @@ cache:
2424

2525
before_script:
2626
- mkdir -p "$R_LIBS_USER"
27-
- echo "Sys.setenv('plotly_username' = 'RTestBot3000')" > ~/.Rprofile
27+
- echo "Sys.setenv('plotly_username' = 'cpsievert')" > ~/.Rprofile
2828
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
2929
- "wget -q -O - https://github.com/yihui/crandalf/raw/master/inst/scripts/install-pandoc | bash"
3030
- Rscript -e 'if (length(find.package("devtools", quiet = TRUE)) == 0L) { install.packages("devtools", repos = "http://cran.rstudio.com") }'

0 commit comments

Comments
 (0)