Add .travis.yml

pull/23/head
jaywcjlove 7 years ago
parent 26b0d8129d
commit 3b7e97809b

@ -0,0 +1,10 @@
language: node_js
node_js:
- 8
cache:
directories:
- node_modules
before_script:
- npm install
script:
- npm test
Loading…
Cancel
Save