Make the travis scripts more verbose
This commit is contained in:
parent
c42b71bc55
commit
b3c92f2be7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
### Run kcov in parallel #######################################################
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
### Setup latest mdbook version ################################################
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
# Find the installed version of a binary, if any
|
||||
_installed() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -ex
|
||||
|
||||
cargo build --features $FEATURES
|
||||
cargo test --features $FEATURES
|
||||
|
|
Loading…
Reference in New Issue