Skip to content

Commit

Permalink
chore: added travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ernest-okot committed Apr 29, 2018
1 parent 9efb0ea commit a39c15c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js

node_js: 8

install:
- yarn

script:
- yarn run lint
- yarn run compile

deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

0 comments on commit a39c15c

Please sign in to comment.