Commit 7dd1ad95892ca669bbac6118d6270a8dc379ddc9

Authored by Antonio Terceiro
1 parent abc80635

Using a less verbose format for CI output

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/ci-build
1 1 #!/bin/sh
2 2  
  3 +export CUCUMBER_FORMAT=progress
3 4 cp config/database.yml.sqlite3 config/database.yml && /usr/bin/rake db:schema:load && /usr/bin/rake
... ...