File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ touch table.R
4242make
4343
4444# add, commit, push to gh-pages branch of plotly-test-table
45- git add tables/ * / * .html data/ * / * .png
45+ ./ git- add.sh
4646git commit -a -m " Travis build number ${TRAVIS_BUILD_NUMBER} of ${TRAVIS_REPO_SLUG} "
4747# This post explains how this works -- http://rmflight.github.io/posts/2014/11/travis_ci_gh_pages.html
4848GH_REPO=" @github.com/ropensci/plotly-test-table.git"
Original file line number Diff line number Diff line change 1- language : c
1+ language : r
2+
23env :
34 global :
45 - secure : " cJ1bDRrAdIRjG+JnsQI9CdA4wQJhJJ2DdCNQ3frl8dotk69z61EiGCFW1Ir1cAY5V/NbHvFHp91HDiSo28ggwqRkEPBOGE44ico5gtVaELu3M/EnkWc2ZwQoN1273Vfdm26QYidqrvWrpLZ0XkFl7Q8xgvBswx30MF7y61+0Hv4="
6+
7+ r_packages :
8+ - RCurl
9+ - RJSONIO
10+ - lattice
11+ - xtable
12+ - httr
13+
514before_script :
6- - curl -OL http://raw.github.com/craigcitro/r-travis/master/scripts/travis-tool.sh
7- - chmod 755 ./travis-tool.sh
8- - chmod 755 ./.push_test_table.sh
9- - ./travis-tool.sh bootstrap
10- - ./travis-tool.sh install_deps
11- - ./travis-tool.sh install_r RCurl RJSONIO lattice xtable
12- script :
13- - ./travis-tool.sh run_tests
15+ - chmod 755 ./.push_test_table.sh
16+
1417after_success :
15- - ./.push_test_table.sh
18+ - ./.push_test_table.sh
19+
1620notifications :
1721 slack :
1822 secure : YvyGtGRFC4HJGD4d2Vx6fHU93EliJCHbcf/k9/Rbpl3wtYFZfWKbKL1FHvPw/g3auVebonz8hScnYzR0uYnR3dHSlmj3QrJ3NOePv5QAZRHy7aY/XKRr5JR1Ji/vX1yfbrJDmiYuGMxJVE8l/kbu0TxwDdLletY5nJpwlkHfaW8=
You can’t perform that action at this time.
0 commit comments