Skip to content

Commit

Permalink
Travis: don't run in verbose mode anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 12, 2016
1 parent dfc4367 commit f850fa0
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 verbose=1'
with_build_env 'make crystal spec doc verbose=1'
with_build_env 'make std_spec clean'
with_build_env 'make crystal spec doc'
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

1 comment on commit f850fa0

@Sija
Copy link
Contributor

@Sija Sija commented on f850fa0 Dec 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to browse raw logs anymoar, yay! :)

Please sign in to comment.