Browse Source

Change "npm run test" to "npm test"

pull/2/head
Luke Childs 9 years ago
parent
commit
8a7f6417eb
  1. 2
      .travis.yml

2
.travis.yml

@ -1,4 +1,4 @@
language: node_js
node_js: node
script: npm run lint && npm run test
script: npm run lint && npm test
after_success: npm run coverage

Loading…
Cancel
Save