Skip to content

Commit

Permalink
Add travis build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
steveukx committed Jun 17, 2019
1 parent 262021f commit 5fc89de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

node_js:
- "8"

install:
- yarn install

script:
- yarn test

branches:
only:
- master

0 comments on commit 5fc89de

Please sign in to comment.