Skip to content

Commit 41e300b

Browse files
authored
Merge pull request #22 from rishabhsrao/setup-travisci
Setup TravisCI with lint, flow and test scripts
2 parents ce95324 + d59341a commit 41e300b

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)