Skip to content

Commit

Permalink
chore: ignore vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwitzko committed Mar 8, 2017
1 parent dd603da commit 6d44e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ install:
- glide install
before_script:
- cd cmd/semantic-release/ && go build && cd ../../
script:
- go test -v $(glide novendor)
after_success:
- ./cmd/semantic-release/semantic-release -dry
notifications:
Expand Down

0 comments on commit 6d44e98

Please sign in to comment.