File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ before_install:
55 - chmod 755 ./travis-tool.sh
66 - ./travis-tool.sh bootstrap
77 # password is encrypted below
8- - echo "Sys.setenv('plotly_username' = 'dfvd ')" > ~/.Rprofile
8+ - echo "Sys.setenv('plotly_username' = 'dsvgb ')" > ~/.Rprofile
99
1010install :
1111 - ./travis-tool.sh install_deps
@@ -26,7 +26,7 @@ after_success:
2626env :
2727 global :
2828 # 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 ="
3030 # GITHUB_PAT (for pushing to plotly-test-table)
3131 - secure : " LHJONgWOo+98vNeFLI7LSJU3RtbMVszlI79GB8CcXmc2mlgM/UtZ5b6RnkNlhmg3Gj1/uObfm/rIybVTwuS1yNpeKv73+gsZOYhobVXiUGVxdRFG/mg5mbqwyWkkuofjPGFlMZCEMgHim37eZzgjSibwVH1LClRDsCoFMCgvgV0="
3232 # plotlyjs_full (link to the full offline bundle)
Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ ggplotly(p)
99"
1010test_that(" plotly embeds inside knitr" , {
1111 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 ))
1613})
1714
1815# If you want to interactively see the result
You can’t perform that action at this time.
0 commit comments