Skip to content

Commit

Permalink
Need to specify install step due to present of Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gvalkov committed Jul 17, 2018
1 parent b86ec7a commit 450ab86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,9 @@ git:
script:
- go test -v

install:
- go get -t ./...

branches:
only:
- master
Expand Down

0 comments on commit 450ab86

Please sign in to comment.