diff --git a/.travis.yml b/.travis.yml index 3a1d590..a8d251a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ install: - go get github.com/gorilla/websocket script: - - go test -v ./... \ No newline at end of file + - go test -v ./... + - go-bindata -pkg='bindata' -o bindata/bindata.go static/ + - go build \ No newline at end of file