Skip to content

Commit c4a8847

Browse files
committed
Adds .travis.yml.
1 parent 46af8f2 commit c4a8847

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: false
2+
3+
language: node_js
4+
5+
node_js:
6+
- "7"
7+
- "6"
8+
9+
before_script:
10+
- npm install
11+
12+
script:
13+
- npm run test

0 commit comments

Comments
 (0)