Skip to content

Commit 696027a

Browse files
committed
test: add .travis.yml
1 parent 99a6edd commit 696027a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
sudo: false
2+
dist: trusty
3+
4+
language: node_js
5+
6+
notifications:
7+
email:
8+
on_success: never
9+
on_failure: change
10+
11+
cache: npm
12+
13+
node_js:
14+
- 11
15+
- 10
16+
17+
install:
18+
- npm install
19+
20+
script:
21+
- npm test

0 commit comments

Comments
 (0)