mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 14:10:18 +01:00
Fix travis
This commit is contained in:
parent
3ff27f8d7a
commit
8277e88bbd
1 changed files with 16 additions and 4 deletions
20
.travis.yml
20
.travis.yml
|
@ -1,7 +1,19 @@
|
|||
language: go
|
||||
sudo: false
|
||||
|
||||
env:
|
||||
- GIMME_OS=linux GIMME_ARCH=amd64
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
go: 1.7.x
|
||||
- os: linux
|
||||
go: 1.8
|
||||
- os: linux
|
||||
go: tip
|
||||
|
||||
go:
|
||||
- master
|
||||
install:
|
||||
- echo "This is an override of the default install deps step in travis."
|
||||
|
||||
script:
|
||||
- go build -v .
|
||||
- go vet $(go list ./... | grep -v vendor)
|
||||
- go test $(go list ./... | grep -v vendor)
|
||||
|
|
Loading…
Reference in a new issue