diff --git a/.travis.yml b/.travis.yml index 203ff86..cd386d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,9 @@ before_install: install: true -script: script/cibuild +script: + - script/cibuild + - script/localtests notifications: email: false diff --git a/script/cibuild b/script/cibuild index fb9955d..7e757b5 100755 --- a/script/cibuild +++ b/script/cibuild @@ -15,5 +15,3 @@ cd .gopath/src/github.com/github/gh-ost echo "Running unit tests" go test ./go/... - -. script/localtests