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:
parent
f140a0339f
commit
1600b6054e
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
get_depot_tools() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue