Browse Source

Allow Travis to lint website

pull/1/head
Luke Childs 6 years ago
parent
commit
1e51c26851
  1. 2
      .travis.yml

2
.travis.yml

@ -1,6 +1,8 @@
language: node_js language: node_js
node_js: node_js:
- '8' - '8'
before_install:
- cd website && npm install
script: npm test script: npm test
after_success: npm run coverage after_success: npm run coverage
notifications: notifications:

Loading…
Cancel
Save