forked from sendgrid/rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
18 lines (18 loc) · 1.13 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- tip
script: go test -race -cover -v ./...
notifications:
hipchat:
rooms:
secure: TYzGrT/tsf6DiLiLLiSMvfQ/US5h13OzSpwf7HUQK85I2nLX3mDUnH4CNFhAYlMoO6c9FppRYGfANEQiY5Pi2LVyHy9ReF0W0cBBXLBtNbrIkwvmDsaqZcWgj5RkE0IeQUcsTixDt6YJsSsApkSm4T5SgXM/ccMqTvinP8vu7DwJ+lk4Tuig6vX4U9AbrYQB7wRC5Ha7joDkounAc7Wx9uycQYdWAvowbmelPhdk0pW2YL109onPOqr9GBBNeOvfJ1hwfqAptXPNNV7Laj0k5/0XCFD/SlHez5PXCeSNHxxDQVQtTr7AW/JWH+iXM28bNh7w+9lRXZH4J7+2dUSITL/qsvwshL8+Z42c6ZPHrGnV/snbyRW2pPWpkAwj//Rct6Thqz52PxffrnDQNdVlg+91kuqnb5N08BQyqXNK5Qi3lO42ZQoyb1656T6lPL3kqA3m/YM0/1xY8qc6cgoKUBXyz/AoCxDo6wVYFDHQkr0L1i2MprbO8Kk4tTMBBttdMZNo/whmfqzNO4FDVfMNHXO2nqQTi1KPRBpT0UMGfqQExl4Wmp+mydt080PnEn9GUfzR4LtYauDHmruiJhaVLUDEo5RSBZlgkJq8FN0SX7nDzpeNhe9qXIWFqaHkyACg4ThIB29Tx+F3OOVL9JQWWix7VbMALolaj/Ro6WXOnMo=
template:
- '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository}
Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong>
<a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on GitHub</a>'
format: html
notify: true