Merge pull request #233 from steakunderscore/remove-dep
Remove dep from Travis CI & pre-install modules
This commit is contained in:
		
						commit
						88a7f9f483
					
				|  | @ -3,10 +3,8 @@ go: | |||
|   - 1.12.x | ||||
| install: | ||||
|   # Fetch dependencies | ||||
|   - wget -O dep https://github.com/golang/dep/releases/download/v0.5.0/dep-linux-amd64 | ||||
|   - chmod +x dep | ||||
|   - mv dep $GOPATH/bin/dep | ||||
|   - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1 | ||||
|   - GO111MODULE=on go mod download | ||||
| script: | ||||
|   - ./configure && make test | ||||
| sudo: false | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue