Skip to content

Commit

Permalink
Travis file update
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKnop committed Oct 7, 2018
1 parent 88791a9 commit b4903d9
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@ env:
services:
- docker

install:
- go get -u github.com/golang/lint/golint
# Install gometalinter and certain linters
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/client9/misspell/cmd/misspell
- go get -u github.com/gordonklaus/ineffassign
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/tsenart/deadcode
# install:
# - go get -u github.com/golang/lint/golint
# # Install gometalinter and certain linters
# - go get -u github.com/alecthomas/gometalinter
# - go get -u github.com/client9/misspell/cmd/misspell
# - go get -u github.com/gordonklaus/ineffassign
# - go get -u golang.org/x/tools/cmd/goimports
# - go get -u github.com/tsenart/deadcode

script:
- make lint
- make ci

after_script:
- make golint

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit b4903d9

Please sign in to comment.