We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1105ea + 732f849 commit e65d100Copy full SHA for e65d100
3 files changed
.travis.yml
@@ -1,6 +1,9 @@
1
language: node_js
2
node_js:
3
- 8.9.4
4
+cache:
5
+ directories:
6
+ - node_modules
7
branches:
8
only:
9
- master
@@ -11,9 +14,9 @@ notifications:
11
14
webhooks:
12
15
urls:
13
16
- https://hooks.glip.com/webhook/6d688e2d-f076-4521-8213-f2479e99afe6
- on_success: change
17
+ on_success: never
18
on_failure: always
- on_start: change
19
+ on_start: never
20
script:
21
- npm run test-ci
22
deploy:
0 commit comments