mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
fix travis again
something was wrong with .gitignore rules
This commit is contained in:
15
vendor/github.com/satori/go.uuid/.travis.yml
generated
vendored
Normal file
15
vendor/github.com/satori/go.uuid/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- 1.2
|
||||
- 1.3
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.6
|
||||
before_install:
|
||||
- go get github.com/mattn/goveralls
|
||||
- go get golang.org/x/tools/cmd/cover
|
||||
script:
|
||||
- $HOME/gopath/bin/goveralls -service=travis-ci
|
||||
notifications:
|
||||
email: false
|
||||
Reference in New Issue
Block a user