Skip to content

Commit 38c236d

Browse files
committed
Add Travis CI integration
1 parent baac916 commit 38c236d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: node_js
2+
3+
node_js:
4+
- '8'
5+
6+
cache:
7+
directories:
8+
- node_modules
9+
10+
before_install:
11+
- npm update
12+
13+
install:
14+
- npm install
15+
16+
script:
17+
- npm test

0 commit comments

Comments
 (0)