Skip to content

Commit

Permalink
Kickstart travis builds with a simple lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bhstahl committed Nov 24, 2017
1 parent 9ffbb1e commit e310fbc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- '8'

cache: yarn

script:
- yarn lint

0 comments on commit e310fbc

Please sign in to comment.