Skip to content

Commit d59341a

Browse files
author
Rishabh Rao
committed
Setup TravisCI with lint, flow and test scripts
1 parent b3b6ab9 commit d59341a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- node
4+
before_script:
5+
- yarn
6+
script:
7+
- yarn lint
8+
- yarn flow
9+
- yarn test

0 commit comments

Comments
 (0)