Skip to content

Commit 52a8beb

Browse files
committed
add travis-ci
1 parent 902e999 commit 52a8beb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
language: node_js
2+
3+
os:
4+
- linux
5+
6+
node_js:
7+
- node
8+
9+
branches:
10+
only:
11+
- master
12+
- /^release-.*/
13+
14+
install:
15+
- npm install
16+
17+
script:
18+
npm test

0 commit comments

Comments
 (0)