Skip to content

Commit 516ce97

Browse files
committed
Add travis ci configuration
1 parent 210f8d9 commit 516ce97

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
3+
node_js:
4+
- 7
5+
- 6
6+
- 5
7+
8+
script:
9+
- npm run build
10+
11+
cache:
12+
npm: true
13+
directories:
14+
- node_modules

0 commit comments

Comments
 (0)