Skip to content

Commit

Permalink
Do not build verbosely by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkv committed Sep 22, 2019
1 parent 1b22733 commit b63acf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function run_tests() {
}

function build_osx_release() {
cargo build --verbose --all --release
cargo build --release
cp ./target/release/tf-unused .
}

Expand Down Expand Up @@ -54,6 +54,7 @@ function pack_the_binary() {
tar czf "tf-unused-${OS}.tar.gz" "./tf-unused-${OS}"
}

# The Pipeline
install_musl_target
run_tests
build
Expand Down

0 comments on commit b63acf8

Please sign in to comment.