Files
linguist/script/cibuild
Arfon Smith 2a8a5cdca9 +x
2014-10-21 14:04:52 -05:00

8 lines
154 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.2p95-github"
fi
bundle exec rake