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:
Clayton Coleman
2014-07-27 20:01:52 -04:00
parent 616398987a
commit f9b6248f26
2 changed files with 134 additions and 0 deletions

View File

@@ -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: