Travis should test that build-go.sh generated something
Add a new hack/test-cmd.sh that tries to use the generated executables in a meaningful way. It does not require Docker so as to be runnable in Travis
This commit is contained in:
@@ -15,6 +15,7 @@ install:
|
||||
|
||||
script:
|
||||
- ./hack/test-go.sh
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
|
||||
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
|
||||
|
||||
notifications:
|
||||
|
Reference in New Issue
Block a user