From 1f91acbd9dda39c1661e4f6fc62a14ad578ee5ae Mon Sep 17 00:00:00 2001 From: Arfon Smith Date: Tue, 21 Oct 2014 14:03:30 -0500 Subject: [PATCH] Janky CI --- script/cibuild | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 script/cibuild diff --git a/script/cibuild b/script/cibuild new file mode 100644 index 00000000..52984df6 --- /dev/null +++ b/script/cibuild @@ -0,0 +1,7 @@ +#!/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