Skip to content

Commit

Permalink
Setup TravisCI with lint, flow and test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh Rao committed Sep 7, 2018
1 parent b3b6ab9 commit d59341a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- node
before_script:
- yarn
script:
- yarn lint
- yarn flow
- yarn test

0 comments on commit d59341a

Please sign in to comment.