File tree 2 files changed +15
-11
lines changed
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ touch table.R
42
42
make
43
43
44
44
# add, commit, push to gh-pages branch of plotly-test-table
45
- git add tables/ * / * .html data/ * / * .png
45
+ ./ git- add.sh
46
46
git commit -a -m " Travis build number ${TRAVIS_BUILD_NUMBER} of ${TRAVIS_REPO_SLUG} "
47
47
# This post explains how this works -- http://rmflight.github.io/posts/2014/11/travis_ci_gh_pages.html
48
48
GH_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
+
2
3
env :
3
4
global :
4
5
- secure : " cJ1bDRrAdIRjG+JnsQI9CdA4wQJhJJ2DdCNQ3frl8dotk69z61EiGCFW1Ir1cAY5V/NbHvFHp91HDiSo28ggwqRkEPBOGE44ico5gtVaELu3M/EnkWc2ZwQoN1273Vfdm26QYidqrvWrpLZ0XkFl7Q8xgvBswx30MF7y61+0Hv4="
6
+
7
+ r_packages :
8
+ - RCurl
9
+ - RJSONIO
10
+ - lattice
11
+ - xtable
12
+ - httr
13
+
5
14
before_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
+
14
17
after_success :
15
- - ./.push_test_table.sh
18
+ - ./.push_test_table.sh
19
+
16
20
notifications :
17
21
slack :
18
22
secure : YvyGtGRFC4HJGD4d2Vx6fHU93EliJCHbcf/k9/Rbpl3wtYFZfWKbKL1FHvPw/g3auVebonz8hScnYzR0uYnR3dHSlmj3QrJ3NOePv5QAZRHy7aY/XKRr5JR1Ji/vX1yfbrJDmiYuGMxJVE8l/kbu0TxwDdLletY5nJpwlkHfaW8=
You can’t perform that action at this time.
0 commit comments