Skip to content

Commit fb00fd4

Browse files
committed
Added Travis CI
1 parent 947ed42 commit fb00fd4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "9"
5+
cache:
6+
yarn: true
7+
directories:
8+
- node_modules
9+
install:
10+
- yarn install
11+
script:
12+
- yarn run test

0 commit comments

Comments
 (0)