Skip to content

Commit 0630036

Browse files
committed
Fix Travis CI for v1
1 parent 64cc0c9 commit 0630036

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,13 @@ node_js:
55
- stable
66

77
cache:
8+
yarn: true
89
directories:
910
- node_modules
1011

12+
script:
13+
- yarn test
14+
1115
branches:
1216
only:
1317
- master

0 commit comments

Comments
 (0)