Skip to content

Commit 18114ad

Browse files
committed
Add travis file
1 parent 75e43cd commit 18114ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)