mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
add script/cibuild
This commit is contained in:
9
script/cibuild
Executable file
9
script/cibuild
Executable 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
|
||||
Reference in New Issue
Block a user