Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 46a2a3b

Browse files
committed
fix(travis): optimize config for greenkeeper
1 parent 23df3f6 commit 46a2a3b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11

22
language: node_js
3+
34
node_js:
45
- "node"
56
- "8"
7+
8+
notifications:
9+
email: false
10+
611
script:
712
- npm run lint
8-
- npm run test
13+
- npm run test
14+
15+
branches:
16+
only:
17+
- master
18+
- /^greenkeeper.*$/

0 commit comments

Comments
 (0)