mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04: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.0-github/bin:$PATH"
|
|
|
|
ruby -v
|
|
|
|
bundle --local --path vendor/gems/
|
|
|
|
bundle exec rake test
|