gitea/.travis.yml

35 lines
581 B
YAML
Raw Normal View History

2014-05-07 22:57:25 +02:00
language: go
go:
2016-02-15 05:20:07 +01:00
- 1.6
- 1.7
env:
TAGS: cert sqlite pam miniwinsvc
2015-04-23 13:58:57 +02:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y libpam-dev
2016-11-03 23:19:17 +01:00
script:
- make clean
- make vet
# - make lint
- make test
- make build
after_success:
- bash <(curl -s https://codecov.io/bash)
2015-02-01 18:44:10 +01:00
notifications:
2015-08-10 07:07:01 +02:00
webhooks:
on_success: change
on_failure: always
on_start: never
2015-08-10 07:07:01 +02:00
urls:
- https://webhooks.gitter.im/e/ee6b822f3cf54c98e70c
- https://webhooks.gitter.im/e/87428658ef177ce8a7e4
- https://webhooks.gitter.im/e/a1d2b69804dfda72187e