Make the travis scripts more verbose

This commit is contained in:
konstin 2018-05-21 15:25:09 +02:00
parent c42b71bc55
commit b3c92f2be7
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ex
### Run kcov in parallel #######################################################

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ex
### Setup latest mdbook version ################################################

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ex
# Find the installed version of a binary, if any
_installed() {

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -ex
cargo build --features $FEATURES
cargo test --features $FEATURES