Skip to content

Commit c3900c8

Browse files
committed
Add TravisCI config file
1 parent 6dea147 commit c3900c8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
5+
- "12"
6+
7+
cache:
8+
directories:
9+
- node_modules
10+
11+
before_install:
12+
- curl -L https://unpkg.com/@pnpm/self-installer | node
13+
14+
script:
15+
- pnpm install
16+
- pnpm run test

0 commit comments

Comments
 (0)