Skip to content

Commit 8b719f8

Browse files
committed
Configure Travis
1 parent 6404037 commit 8b719f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: node_js
2+
node_js:
3+
- lts/*
4+
- node
5+
script:
6+
- npm test
7+
- npx prettier --check src/**/*.ts{,x}

0 commit comments

Comments
 (0)