-
Notifications
You must be signed in to change notification settings - Fork 633
/
Copy path.travis.yml
35 lines (29 loc) · 1.66 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
language: c
before_install:
- curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
- chmod 755 ./travis-tool.sh
- ./travis-tool.sh bootstrap
# password is encrypted below
- echo "Sys.setenv('plotly_username' = 'dsvgb')" > ~/.Rprofile
install:
- ./travis-tool.sh install_deps
before_script:
- git config --global user.name "cpsievert"
- git config --global user.email "[email protected]"
- git clone https://github.com/cpsievert/plotly-test-table.git ../plotly-test-table
script:
- Rscript -e "devtools::install(); source('tests/testthat.R', chdir = TRUE)"
after_success:
- cd ../plotly-test-table
- ls -R
- Rscript ../plotly/inst/build-push-comment.R
env:
global:
# plotly_api_key (for posting to plot.ly)
- secure: "GTrq7AhGuufvuP6EfiI/tiFCcmCCkNDMQPV7Ux/djC6pdmhbbmmuB6AuRnYe9Z/pknPfWrjeyN3E/AFjzZtbRVQeVQSjlFILDRWPQhXdsXQ4P0XySTeRu4uRayS9NPFzNaNh1Kbrf/lq1+jkxKhlef1ZlUQqhuOch80vbXRFEyY="
# GITHUB_PAT (for pushing to plotly-test-table)
- secure: "LHJONgWOo+98vNeFLI7LSJU3RtbMVszlI79GB8CcXmc2mlgM/UtZ5b6RnkNlhmg3Gj1/uObfm/rIybVTwuS1yNpeKv73+gsZOYhobVXiUGVxdRFG/mg5mbqwyWkkuofjPGFlMZCEMgHim37eZzgjSibwVH1LClRDsCoFMCgvgV0="
# plotlyjs_full (link to the full offline bundle)
- secure: "ivxfqGwbzpBpVJe+jVcOBktcmLrT38W/ZapAk/FNDu+yaBhag1eCYErAPPx6Snc4GzwatMt22v4SxAqXQF4SAhTRtmrWVaWnbhzuNqpTkiS6IKEd6EqaoyUZvUTgXh1ruyik00zl3ET9898O3vFfqafodljE0lCLVICHq6ANo68="
# plotlyjs_no_jq (link to the offline bundle w/o jQuery)
- secure: "i5cYEs2lCFSYgrSTHMmzzs8hRwAwiz89GpgM16fqUDQz8T1QMWofNugQInS7fIfKL36FoTz8BaiLs2D98/2kDkkZ0LTHnfrdrY9PO+7D+CmL8QeLLp4atBT0i682nwy8RzEqlvB8yAVQo/i0Eh8tmT97pppddsxttZKoUidfOeA="