Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 60a351c

Browse files
author
Łukasz Florczak
committed
Travis config file
1 parent e961acc commit 60a351c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: node_js
2+
node_js:
3+
- 10
4+
cache:
5+
directories:
6+
- node_modules
7+
script:
8+
- yarn test:unit

0 commit comments

Comments
 (0)