Skip to content

Commit

Permalink
Travis was added
Browse files Browse the repository at this point in the history
  • Loading branch information
WoZ committed Mar 9, 2018
1 parent 4b66c73 commit e79a775
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "node"
- "8"

script:
- "yarn run lint"
- "yarn run tests"

after_success: "yarn run coveralls"

0 comments on commit e79a775

Please sign in to comment.