Skip to content

Commit

Permalink
馃懛 Add Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Feb 18, 2020
1 parent d292b7d commit e81e8b2
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:
- "node"
install:
- "yarn"
script:
- "yarn test-report"

0 comments on commit e81e8b2

Please sign in to comment.