Skip to content

Commit efe83a1

Browse files
authored
Upgrade NPM packages and add CI (#6)
* Upgrade packages * Add a CI build
1 parent 786d1ef commit efe83a1

File tree

3 files changed

+4384
-373
lines changed

3 files changed

+4384
-373
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: node_js
2+
node_js:
3+
- "8"
4+
- "10"
5+
- "12"
6+
- "13"
7+
branches:
8+
only:
9+
- master
10+
cache:
11+
directories:
12+
- node_modules
13+
script:
14+
- npm run build

0 commit comments

Comments
 (0)