.travis.sh: explicitly use 'bash' shell instead of generic 'sh'

I need to use 'source' command to activate the python virtual environment,
but apparently that is not available on Ubuntu's default /bin/sh
This commit is contained in:
Cosimo Lupo 2016-08-10 18:33:43 +01:00
parent e944f1c92b
commit 2dc2ac7701

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
case "$1" in
"install")