Use `make setup` on Travis CI

This commit is contained in:
Pedro Pombeiro 2018-05-04 11:54:12 +02:00 committed by Igor Mandrigin
parent 153d4160e1
commit 1afb26c3f4
1 changed files with 1 additions and 4 deletions

View File

@ -5,10 +5,7 @@ go:
- 1.9.x
sudo: false
dist: trusty
install:
- make mock-install
- make lint-install
- make dep-install
install: make setup
jobs:
include:
- stage: Lint & Vendor Check