Skip to content

Commit

Permalink
travis: run specs in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 6, 2016
1 parent a3fd15c commit d20f420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ prepare_system() {
}

build() {
with_build_env 'make std_spec clean'
with_build_env 'make crystal spec doc'
with_build_env 'make std_spec clean verbose=1'
with_build_env 'make crystal spec doc verbose=1'
with_build_env 'find samples -name "*.cr" | xargs -L 1 ./bin/crystal build --no-codegen'
with_build_env './bin/crystal tool format --check samples spec src'
}
Expand Down

0 comments on commit d20f420

Please sign in to comment.