1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/.travis.yml

37 lines
618 B
YAML
Raw Normal View History

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