2015-02-20 21:26:32 +00:00
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- 1.4.1
|
|
|
|
- 1.3.3
|
|
|
|
|
|
|
|
# let us have pretty, fast Docker-based Travis workers!
|
|
|
|
sudo: false
|
|
|
|
|
|
|
|
# we don't need "go get" here <3
|
|
|
|
install: true
|
|
|
|
|
|
|
|
script:
|
2015-02-24 20:58:57 +00:00
|
|
|
- go test -v ./...
|
2015-02-20 21:26:32 +00:00
|
|
|
# testing archive/tar directly thanks to:
|
|
|
|
# can't load package: /home/travis/gopath/src/github.com/vbatts/tar-split/main.go:11:2: local import "./archive/tar" in non-local package
|