Skip to content

Commit f62db87

Browse files
committed
ci: notify Volebo from Travis on publish
1 parent 4e64847 commit f62db87

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.travis.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
sudo: false
23

34
language: node_js
@@ -6,9 +7,11 @@ node_js:
67
- 4
78
- 5
89
- 6
9-
- stable
10+
- 7
11+
- 8
1012

1113
matrix:
14+
fast_finish: true
1215
allow_failures:
1316
- node_js: 7 # unstable upstream
1417
- node_js: 8 # not on travis
@@ -42,3 +45,9 @@ deploy:
4245
tags: true # published only for tags
4346
node: 4 # published only for one NPM version
4447
repo: maxkoryukov/mkdirp-bluebird # published only from ONE repo
48+
49+
after_deploy:
50+
# Send notification to Slack:
51+
- curl -sL https://raw.githubusercontent.com/volebo/dev/master/scripts/im/slack-publish.sh | bash -s -
52+
53+
...

0 commit comments

Comments
 (0)