Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 9c87e18

Browse files
committed
Setup ruby version for CI
1 parent c25e177 commit 9c87e18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script/cibuild

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
cd $(dirname "$0")/..
88
export PATH="$(pwd)/bin:$(pwd)/script:$(pwd)/node_modules/.bin:/usr/share/rbenv/shims:/opt/phantomjs/bin:/usr/share/nvm/0.8.11/bin:$PATH"
99

10+
# setup Ruby version
11+
if [ -d /usr/share/rbenv/shims ]; then export PATH=/usr/share/rbenv/shims:$PATH; fi
12+
export RBENV_VERSION="1.9.3-p231-tcs-github"
13+
1014
# Write commit we're building at
1115
git log -n 1 || true
1216
echo

0 commit comments

Comments
 (0)