Files
linguist/script/cibuild
2014-10-21 16:07:49 -05:00

15 lines
241 B
Bash
Executable File

#!/bin/sh
if [ -d /usr/share/rbenv/shims ]; then
export PATH=/usr/share/rbenv/shims:$PATH
export RBENV_VERSION=2.1.2-github
export RUBY_VERSION=2.1.2-github
fi
set -x
git log -n 1 HEAD | cat
ruby -v
bundle -v
set +x
bundle exec rake