Skip to content

Commit 3b786c4

Browse files
committed
using travis ci
1 parent b7fab81 commit 3b786c4

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+
node_js:
3+
- '7'
4+
- '6'
5+
- '5'
6+
- '4'
7+
install:
8+
- npm install -g yarn
9+
- yarn install
10+
- yarn check --integrity
11+
cache:
12+
yarn: true
13+
directories:
14+
- node_modules

0 commit comments

Comments
 (0)