forked from sendgrid/nodemailer-sendgrid-transport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
26 lines (23 loc) · 777 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: node_js
node_js:
node_js:
- "6"
- "7"
- "8"
before_install:
- npm install -g npm@next
- npm install codecov --save-dev
script:
- ./node_modules/.bin/codecov
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
hipchat:
rooms:
secure: wIUsb9E0kurkWR1DgtvkpfOYCsQqrIfPSWh5mnKV604MX9IHwYxCLDTdoFV+zs9jabV2wGA33WjE+he5X5yjYHhqfxVTU0q4R5VG8A1PJqpGwnXk/cYQIUD7m+oAV/CTCzG1ldj9aq9RdHPdClCIk4JInziNW5P30lV3Yeqq2z0=
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/docs/commits/%{commit}">View on GitHub</a>'
format: html
notify: true