1
0
mirror of synced 2024-11-22 21:06:06 +03:00

Try to build examples from travis job

This commit is contained in:
Samuel El-Borai 2018-03-18 20:55:39 +01:00
parent be1779c3c5
commit fee3c3f27e

View File

@ -6,4 +6,6 @@ go:
go_import_path: github.com/paked/messenger go_import_path: github.com/paked/messenger
install: go get -t ./... install: go get -t ./...
script: go test -v ./... script:
- go test -v ./...
- go build ./examples/...