make bash more strict
This commit is contained in:
parent
77d12bb465
commit
e747c65f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -euo pipefail
|
||||
|
||||
# Determine configuration
|
||||
if [ "$TRAVIS_OS_NAME" == osx ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue