Skip to content

Commit 4beb623

Browse files
committed
Add travis
1 parent 207a4c4 commit 4beb623

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- 8.9.0
4+
cache:
5+
yarn: true
6+
directories:
7+
- node_modules
8+
branches:
9+
only:
10+
- master
11+
script:
12+
- yarn test

0 commit comments

Comments
 (0)