Skip to content

Commit f850fa0

Browse files
author
Ary Borenszweig
committedDec 12, 2016
Travis: don't run in verbose mode anymore
1 parent dfc4367 commit f850fa0

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 verbose=1'
87-
with_build_env 'make crystal spec doc verbose=1'
86+
with_build_env 'make std_spec clean'
87+
with_build_env 'make crystal spec doc'
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)