Browse Source

Add .travis.yml

new-api
Luke Childs 6 years ago
parent
commit
11ac5149f2
  1. 6
      .travis.yml

6
.travis.yml

@ -0,0 +1,6 @@
language: node_js
node_js: 'node'
script: npm test && npm run build
notifications:
email:
on_success: never
Loading…
Cancel
Save