Merge pull request #621 from RalfJung/bash

make bash more strict
This commit is contained in:
Ralf Jung 2019-02-08 13:58:40 +01:00 committed by GitHub
commit c4c12ade33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -euo pipefail
# Determine configuration
if [ "$TRAVIS_OS_NAME" == osx ]; then