Skip to content

Commit

Permalink
Travis (or sh in this regard) is very picky..
Browse files Browse the repository at this point in the history
  • Loading branch information
defnull committed Feb 8, 2014
1 parent f6fc25c commit 94fc1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion test/travis_setup.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -e
set -x
Expand Down

0 comments on commit 94fc1e4

Please sign in to comment.