unxz/.travis.yml

24 lines
364 B
YAML
Raw Normal View History

2019-08-07 20:40:32 +08:00
language: go
sudo: required
matrix:
allow_failures:
- go: master
include:
# Supported versions of Go: https://golang.org/dl/
- go: '1.11.x'
- go: '1.12.x'
- go: master
go_import_path: github.com/yi-ge/unxz
cache:
directories:
- $GOPATH/pkg
before_install:
- echo "TRAVIS_GO_VERSION=${TRAVIS_GO_VERSION}"
script:
2019-08-07 23:39:50 +08:00
- go test -v