mirror of
https://github.com/github/rails.git
synced 2026-01-09 14:48:08 -05:00
10 lines
148 B
Bash
Executable File
10 lines
148 B
Bash
Executable File
#!/bin/bash -xe
|
|
|
|
export PATH="/usr/share/rbenv/versions/2.1.2-github/bin:$PATH"
|
|
|
|
ruby -v
|
|
|
|
bundle --local --path vendor/gems/
|
|
|
|
bundle exec rake test
|