mirror of
https://github.com/google/go-jsonnet.git
synced 2025-09-29 09:21:03 +02:00
Don't assume Go is in a specific directory
This commit is contained in:
parent
e1e74dbf46
commit
1c89ed8927
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
run_tests() {
|
run_tests() {
|
||||||
$HOME/gopath/bin/goveralls -service=travis-ci
|
$GOPATH/bin/goveralls -service=travis-ci
|
||||||
./tests.sh --skip-go-test
|
./tests.sh --skip-go-test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user