Skip to content

Commit 2aad22f

Browse files
Add email notifications to Travis builds
1 parent 1c449b4 commit 2aad22f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ matrix:
1313
script: npm run test-with-temp-cloud
1414
- node_js: "14"
1515
script: npm run test-with-temp-cloud
16+
17+
18+
notifications:
19+
email:
20+
recipients:
21+

0 commit comments

Comments
 (0)