Skip to content

Commit 5feb2c2

Browse files
authored
Merge pull request #36 from amilajack/patch-1
Added travis ci support
2 parents cb2bb85 + 9b9f859 commit 5feb2c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: false
2+
3+
language: node_js
4+
5+
node_js:
6+
- "4"
7+
- "5"
8+
- "6"
9+
10+
script:
11+
- npm run test
12+
- npm run build

0 commit comments

Comments
 (0)