File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ before_install:
5
5
- chmod 755 ./travis-tool.sh
6
6
- ./travis-tool.sh bootstrap
7
7
# password is encrypted below
8
- - echo "Sys.setenv('plotly_username' = 'dfvd ')" > ~/.Rprofile
8
+ - echo "Sys.setenv('plotly_username' = 'dsvgb ')" > ~/.Rprofile
9
9
10
10
install :
11
11
- ./travis-tool.sh install_deps
@@ -26,7 +26,7 @@ after_success:
26
26
env :
27
27
global :
28
28
# plotly_api_key (for posting to plot.ly)
29
- - secure : " eHO4OUmgLusU9i4xSvr3daZxnsMZw3x4FH8BYVEC8Ja+Ey6kkAFFSh2iAC/CqewEYJ7I/M8aIJYqlyTMGRYUgy36WU7iWHAGgaZOU8fIB5dWzMwHbIvS4Naq2sdU7lRT7sxkS+40K1+rplpWDoLF2yt8vSRWo9rjNzp+yc8PjXM ="
29
+ - secure : " GTrq7AhGuufvuP6EfiI/tiFCcmCCkNDMQPV7Ux/djC6pdmhbbmmuB6AuRnYe9Z/pknPfWrjeyN3E/AFjzZtbRVQeVQSjlFILDRWPQhXdsXQ4P0XySTeRu4uRayS9NPFzNaNh1Kbrf/lq1+jkxKhlef1ZlUQqhuOch80vbXRFEyY ="
30
30
# GITHUB_PAT (for pushing to plotly-test-table)
31
31
- secure : " LHJONgWOo+98vNeFLI7LSJU3RtbMVszlI79GB8CcXmc2mlgM/UtZ5b6RnkNlhmg3Gj1/uObfm/rIybVTwuS1yNpeKv73+gsZOYhobVXiUGVxdRFG/mg5mbqwyWkkuofjPGFlMZCEMgHim37eZzgjSibwVH1LClRDsCoFMCgvgV0="
32
32
# plotlyjs_full (link to the full offline bundle)
Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ ggplotly(p)
9
9
"
10
10
test_that(" plotly embeds inside knitr" , {
11
11
html <- knitr :: knit2html(text = txt )
12
- # why does this all of a sudden fail on Travis?
13
- # https://travis-ci.org/ropensci/plotly/builds/73902815
14
- print(html )
15
- # expect_true(grepl("iframe", html))
12
+ expect_true(grepl(" iframe" , html ))
16
13
})
17
14
18
15
# If you want to interactively see the result
You can’t perform that action at this time.
0 commit comments