Skip to content

Commit

Permalink
Add CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
haskellcamargo committed Aug 8, 2017
1 parent 4891ba4 commit 49d5e81
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js:
- '7'
- '6'

install:
- yarn
- yarn compile

script:
- yarn lint

cache:
yarn: true
directories:
- node_modules

0 comments on commit 49d5e81

Please sign in to comment.