Files
linguist/script/cibuild
Arfon Smith 1f91acbd9d Janky CI
2014-10-21 14:03:30 -05:00

8 lines
154 B
Bash

#!/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