Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sudo: false
language: node_js
node_js:
- 6
- 8
- 10
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
script: npm run lint && npm test
notifications:
Expand Down