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:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
get_depot_tools() {
|
get_depot_tools() {
|
||||||
|
Reference in New Issue
Block a user