bash instead?

This commit is contained in:
emile 2016-02-22 16:03:57 +01:00
parent 60e9282f0a
commit 71b0e27517
No known key found for this signature in database
GPG key ID: D808B4C167352E59

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -e
if ([ "$TRAVIS_BRANCH" = "master" ] || [ ! -z "$TRAVIS_TAG" ]) && [ "$TRAVIS_PULL_REQUEST" = "false" ]; then