diff options
| author | mo khan <mo@mokhan.ca> | 2014-08-18 20:59:00 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-08-18 20:59:00 -0600 |
| commit | 2c050f555d99b9d0749d1a52591521b692140437 (patch) | |
| tree | 72f57a9df20540de38b28727c68f0e755f3a1f5f /script | |
| parent | 1947b93eb09a9dca5133e1f460fc7450ba328429 (diff) | |
specify RAILS_ENV=test for ci script.
Diffstat (limited to 'script')
| -rw-r--r-- | script/ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/ci.sh b/script/ci.sh index a40e40d0..bc4d2cfe 100644 --- a/script/ci.sh +++ b/script/ci.sh @@ -3,4 +3,4 @@ echo 'bundle install' bundle install --without production cp config/database.yml.jenkins config/database.yml -bundle exec rake ci --trace +RAILS_ENV=test bundle exec rake ci --trace |
