소스 검색

Fix travis

tags/v1.0.0
Remco 7 년 전
부모
커밋
8277e88bbd
1개의 변경된 파일16개의 추가작업 그리고 4개의 파일을 삭제
  1. +16
    -4
      .travis.yml

+ 16
- 4
.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)

불러오는 중...
취소
저장