Skip to content

Commit 8e7dc03

Browse files
committed
add cirrus.yml
1 parent 0c9e25c commit 8e7dc03

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.cirrus.yml

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

.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)