mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
Fix travis
This commit is contained in:
parent
3ff27f8d7a
commit
8277e88bbd
20
.travis.yml
20
.travis.yml
@ -1,7 +1,19 @@
|
|||||||
language: go
|
language: go
|
||||||
|
sudo: false
|
||||||
|
|
||||||
env:
|
matrix:
|
||||||
- GIMME_OS=linux GIMME_ARCH=amd64
|
include:
|
||||||
|
- os: linux
|
||||||
|
go: 1.7.x
|
||||||
|
- os: linux
|
||||||
|
go: 1.8
|
||||||
|
- os: linux
|
||||||
|
go: tip
|
||||||
|
|
||||||
go:
|
install:
|
||||||
- master
|
- 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…
x
Reference in New Issue
Block a user