Skip to content

Commit d2ed3e1

Browse files
committed
Add slack notification
1 parent 68c0a3d commit d2ed3e1

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ sudo: false
33
git:
44
depth: 10
55
node_js:
6-
- "0.10"
7-
- "0.12"
8-
- "4"
9-
- "6"
6+
- '0.10'
7+
- '0.12'
8+
- '4'
9+
- '6'
1010
install:
11-
- npm install
12-
11+
- npm install
1312
script:
14-
- "npm test"
13+
- npm test
14+
notifications:
15+
slack:
16+
secure: gn0YH0MCFOYR3Dd8Vsx3K/J9G0aazhnRjQVfqbeRKN3f6vToKif1CxhiDLXI6cxEB5DBiAtpK58jkoDYrXoNLGuSbiTHBJ+ankU8aG3s0OTIHa/8I0TjRKjBRc0PrMV7n7EiLC6LQxNe0x0mMSE1gdOUeS1UrZ5ZiVrS1u0eHHs=

0 commit comments

Comments
 (0)