Skip to content

Commit 4e46674

Browse files
committed
Add Travis CI config file
1 parent 1e20221 commit 4e46674

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
5+
- "12"
6+
7+
before_install:
8+
- npm install -g pnpm
9+
10+
script:
11+
- pnpm install
12+
- pnpm run test

0 commit comments

Comments
 (0)