Skip to content

Commit

Permalink
👷 Add Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Mar 27, 2019
1 parent ada0c18 commit 19b6e9b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "node"
install:
- "yarn"
script:
- "yarn test"

0 comments on commit 19b6e9b

Please sign in to comment.