Add bash line to ci script

This commit is contained in:
bootandy
2019-06-30 19:38:41 +01:00
parent fd68330815
commit bfaf5ee173
3 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# This script takes care of building your crate and packaging it for release
set -ex

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
set -ex
main() {

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# This script takes care of testing your crate
set -ex