Skip to content

Commit 628f82d

Browse files
author
Fred K. Schott
committed
Add travis test file
1 parent 9623c36 commit 628f82d

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+
language: node_js
2+
node_js:
3+
- "4"
4+
- "5"
5+
- "6"
6+
sudo: false
7+
before_script:
8+
- npm install
9+
- npm run init
10+
- npm run build
11+
script:
12+
- npm run test

0 commit comments

Comments
 (0)