go-jsonnet/travisBuild.sh
2020-02-18 10:32:37 +01:00

10 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
run_tests() {
$GOPATH/bin/goveralls -service=travis-ci
SKIP_GO_TESTS=1 ./tests.sh
}
run_tests