Skip to content

Commit

Permalink
chore: add travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneslumpe committed Jun 9, 2019
2 parents be6220e + a42ba17 commit 6ca3170
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "node"
- "lts/*"
install:
- npm ci
script:
- npm run lint
- npm run test
cache:
directories:
- "$HOME/.npm"

0 comments on commit 6ca3170

Please sign in to comment.