follow: make sure travis knows how to build the app

This commit is contained in:
Hector Sanjuan 2019-12-16 15:13:07 +01:00
parent 01973a72b1
commit 7f1926d386

View File

@ -30,12 +30,13 @@ jobs:
- name: "Main Tests with raft consensus"
script:
- travis_wait go test -v -timeout 15m -failfast -consensus raft .
- name: "Golint and go vet"
- name: "Golint, go vet, binary builds"
script:
- go get -u golang.org/x/lint/golint
- make check
- make service
- make ctl
- make follow
- name: "Docker and Compose build"
script:
- make docker