Commit 10adb82

mo khan <mo@mokhan.ca>
2013-03-31 17:27:37
start a ci script.
1 parent 2a999e7
Changed files (1)
script/ci-spec.sh
@@ -0,0 +1,9 @@
+#!/bin/bash -x
+echo 'loading bashrc'
+source ~/.bashrc
+
+echo 'loading gemset'
+rvm use ruby-2.0.0-p0@phoking-ios --create
+
+echo 'bundle install'
+bundle install --without production