We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cf459 commit 0b52b7cCopy full SHA for 0b52b7c
.travis.yml
@@ -2,5 +2,11 @@ dist: trusty
2
language: node_js
3
node_js:
4
- "10"
5
+
6
script:
7
- npm run lint
8
9
+notifications:
10
+ email:
11
+ on_success: never
12
+ on_failure: always
0 commit comments