From 94fc1e4fa1b2b0da9b4b0d5edd001066322e1fa4 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 8 Feb 2014 22:09:33 +0100 Subject: [PATCH] Travis (or sh in this regard) is very picky.. --- .travis.yml | 2 +- test/travis_setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b7282678f..ffce0f231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ matrix: env: PY=3.1 install: - - sh test/travis_setup.sh + - bash test/travis_setup.sh script: python${PY:-} test/testall.py fast diff --git a/test/travis_setup.sh b/test/travis_setup.sh index 7c63b2ce9..fbee1d97a 100755 --- a/test/travis_setup.sh +++ b/test/travis_setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e set -x