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

Commit f9c91a0

Browse files
authored
chore: try CirrusCI
1 parent ed5207d commit f9c91a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.cirrus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
test:
2+
container:
3+
image: node:latest
4+
node_modules_cache:
5+
folder: node_modules
6+
fingerprint_script: cat yarn.lock
7+
populate_script: yarn install
8+
script: yarn test

0 commit comments

Comments
 (0)