Skip to content

Commit 1cb2025

Browse files
authored
Merge pull request #19 from Umius-Brian/MVP-Features
Add TravisCI for testing and deployment
2 parents beae2ca + f876cd7 commit 1cb2025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node.js
2+
node_js:
3+
- "stable"
4+
install:
5+
- npm install

0 commit comments

Comments
 (0)