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 #!/bin/sh
set -e set -ex
### Run kcov in parallel ####################################################### ### Run kcov in parallel #######################################################

View file

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

View file

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

View file

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