Skip to content

Commit ef301b0

Browse files
committed
Merge branch 'master' of https://github.com/ropensci/plotly into carson-ribbon
2 parents a13e927 + 90c55a3 commit ef301b0

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

.push_test_table.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ touch table.R
4242
make
4343

4444
# add, commit, push to gh-pages branch of plotly-test-table
45-
git add tables/*/*.html data/*/*.png
45+
./git-add.sh
4646
git 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
4848
GH_REPO="@github.com/ropensci/plotly-test-table.git"

.travis.yml

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1-
language: c
1+
language: r
2+
23
env:
34
global:
45
- secure: "cJ1bDRrAdIRjG+JnsQI9CdA4wQJhJJ2DdCNQ3frl8dotk69z61EiGCFW1Ir1cAY5V/NbHvFHp91HDiSo28ggwqRkEPBOGE44ico5gtVaELu3M/EnkWc2ZwQoN1273Vfdm26QYidqrvWrpLZ0XkFl7Q8xgvBswx30MF7y61+0Hv4="
6+
7+
r_packages:
8+
- RCurl
9+
- RJSONIO
10+
- lattice
11+
- xtable
12+
- httr
13+
514
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+
1417
after_success:
15-
- ./.push_test_table.sh
18+
- ./.push_test_table.sh
19+
1620
notifications:
1721
slack:
1822
secure: YvyGtGRFC4HJGD4d2Vx6fHU93EliJCHbcf/k9/Rbpl3wtYFZfWKbKL1FHvPw/g3auVebonz8hScnYzR0uYnR3dHSlmj3QrJ3NOePv5QAZRHy7aY/XKRr5JR1Ji/vX1yfbrJDmiYuGMxJVE8l/kbu0TxwDdLletY5nJpwlkHfaW8=

0 commit comments

Comments
 (0)