Skip to content

Commit ac7a5f0

Browse files
author
Ary Borenszweig
committedMar 3, 2017
travis: run specs in verbose mode
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.
1 parent 3db3586 commit ac7a5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎bin/ci

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ prepare_system() {
8383
}
8484

8585
build() {
86-
with_build_env 'make std_spec clean'
87-
with_build_env 'make crystal spec doc'
86+
with_build_env 'make std_spec clean verbose=1'
87+
with_build_env 'make crystal spec doc verbose=1'
8888
with_build_env 'find samples -name "*.cr" | xargs -L 1 ./bin/crystal build --no-codegen'
8989
with_build_env './bin/crystal tool format --check samples spec src'
9090
}

0 commit comments

Comments
 (0)
Please sign in to comment.