Skip to content

Commit 4bfb892

Browse files
committed
Add Travis CI
1 parent 12081f8 commit 4bfb892

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.eslintrc
33
.gitignore
44
.npmignore
5+
.travis.yml
56
modules
67
node_modules
78
scripts

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- stable
4+
branches:
5+
only:
6+
- master
7+
- /^greenkeeper-/

0 commit comments

Comments
 (0)