2014-11-15 19:36:30 -06:00
|
|
|
language: go
|
|
|
|
go:
|
2015-02-25 04:40:52 -06:00
|
|
|
- 1.4.2
|
2014-11-14 20:58:09 -06:00
|
|
|
install:
|
2015-02-21 06:48:09 -06:00
|
|
|
# - go get code.google.com/p/go.tools/cmd/goimports
|
|
|
|
# - go get github.com/golang/lint/golint
|
2014-12-21 11:18:43 -06:00
|
|
|
# - go get golang.org/x/tools/cmd/vet
|
2015-08-18 15:46:48 -05:00
|
|
|
- go get golang.org/x/tools/cmd/cover
|
2014-11-15 19:45:05 -06:00
|
|
|
before_script:
|
2015-02-21 06:48:09 -06:00
|
|
|
# - gofmt -l -w .
|
|
|
|
# - goimports -l -w .
|
|
|
|
# - golint .
|
2014-11-17 10:53:24 -06:00
|
|
|
# - go vet ./...
|
2014-11-14 22:23:31 -06:00
|
|
|
# - go test -race ./...
|
2014-11-15 19:45:05 -06:00
|
|
|
script:
|
2015-04-28 18:27:47 -05:00
|
|
|
- make travis-test-with-coverage
|
2015-02-05 17:23:22 -06:00
|
|
|
after_success:
|
2015-08-18 15:46:48 -05:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|
2014-11-16 08:34:28 -06:00
|
|
|
env:
|
2015-01-30 17:24:51 -06:00
|
|
|
global:
|
|
|
|
- secure: "U2U1AmkU4NJBgKR/uUAebQY87cNL0+1JHjnLOmmXwxYYyj5ralWb1aSuSH3qSXiT93qLBmtaUkuv9fberHVqrbAeVlztVdUsKAq7JMQH+M99iFkC9UiRMqHmtjWJ0ok4COD1sRYixxi21wb/JrMe3M1iL4QJVS61iltjHhVdM64="
|
2015-07-18 09:12:48 -05:00
|
|
|
sudo: false
|
2015-03-24 04:41:04 -05:00
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/e09ccdce1048c5e03445
|
2015-06-25 09:46:54 -05:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
|
|
|
on_start: false
|