travis: make build scripts use bash

These are development scripts, so no need for them to be fast or
super portable.  Switch them to bash rather than POSIX shell.
This commit is contained in:
Mike Frysinger 2016-06-22 09:02:23 -04:00
parent f140a0339f
commit 1600b6054e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -ex
get_depot_tools() {