Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 088e95c

Browse files
committed
Add .travis.yml ci config
1 parent b2ec841 commit 088e95c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: node_js
2+
node_js:
3+
- 'node'
4+
- 'lts/*'
5+
cache:
6+
directories:
7+
- ~/.npm
8+
install: npm install
9+
script:
10+
- npm run build
11+
- npm run test
12+
branches:
13+
only: master
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)