Skip to content

Commit

Permalink
travis: run specs in verbose mode
Browse files Browse the repository at this point in the history
We have a SPEC_VERBOSE env variable, but it seems it's not working in some cases because, I think, ENV vars are not being forwarded to the docker container.
  • Loading branch information
asterite committed Mar 3, 2017
1 parent 3db3586 commit ac7a5f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/ci
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 ac7a5f0

Please sign in to comment.