Skip to content

Commit

Permalink
use a separate travis install command
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Sep 26, 2018
1 parent 407c4f0 commit 40e48ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ go:
- 1.11.x
- tip

install: make deps

script: make ci-test

matrix:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test:
packr
$(GO_BIN) test -tags ${TAGS} ./...

ci-test: deps
ci-test:
$(GO_BIN) test -tags ${TAGS} -race ./...

lint:
Expand Down

0 comments on commit 40e48ce

Please sign in to comment.