5 lines
51 B
Bash
5 lines
51 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
set -ex
|
||
|
|
. .travis/docker_container.sh
|