update travis yml

pull/82/head
rosewk 4 years ago
parent 7f6bc7cc5b
commit 88859bba93

@ -1,3 +1,11 @@
language: node_js
node_js:
- lts/*
- lts/*
cache: npm
install:
- npm install
script:
- npm test
- npm run build
Loading…
Cancel
Save