add script/cibuild

This commit is contained in:
Charlie Somerville
2014-04-10 19:10:09 +10:00
parent a3bda38467
commit 3bb90b907a

9
script/cibuild Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash -xe
export PATH="/usr/share/rbenv/versions/2.1.0-github/bin:$PATH"
ruby -v
bundle --local --path vendor/gems/
bundle exec rake test