Remove dep from Travis CI
Was missed from previous switch to go modules
This commit is contained in:
		
							parent
							
								
									3f219bd85c
								
							
						
					
					
						commit
						d346219293
					
				|  | @ -3,9 +3,6 @@ go: | ||||||
|   - 1.12.x |   - 1.12.x | ||||||
| install: | install: | ||||||
|   # Fetch dependencies |   # 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 |   - curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin v1.17.1 | ||||||
| script: | script: | ||||||
|   - ./configure && make test |   - ./configure && make test | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue