Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Override travis default install
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Feb 18, 2019
1 parent f50b53e commit 8d2396c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ env:
before_install:
- go get -u github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/tcnksm/ghr
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.10

install:
- echo "No external dependencies required. Skipping travis default library dependency setup to use vendors..."
script:
- $GOPATH/bin/golangci-lint run
- cd $TRAVIS_BUILD_DIR && go test -i && ./test_compile.sh
Expand Down

0 comments on commit 8d2396c

Please sign in to comment.