Add .travis.yml

This commit is contained in:
Oliver Davies 2019-04-11 13:15:57 +01:00
parent 895b92a157
commit dd79626ab1

17
.travis.yml Normal file
View file

@ -0,0 +1,17 @@
language: node_js
node_js:
- '8'
cache:
directories:
- node_modules
before_install:
- npm update
install:
- npm install
script:
- npm test