Skip to content

Commit

Permalink
Configure Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Aug 27, 2019
1 parent fa0f447 commit f273312
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- node
- 10
- 8
- 6

before_script:
- yarn build
script:
- yarn test

0 comments on commit f273312

Please sign in to comment.