1
2
mirror of https://github.com/yi-ge/unxz synced 2020-06-03 17:20:45 +00:00
unxz/.travis.yml
2019-08-07 23:52:56 +08:00

24 lines
364 B
YAML

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:
- go test -v