Skip to content

Commit

Permalink
build(travis): include travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri authored Apr 24, 2018
1 parent 8f2b8f4 commit 09fe5f1
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 @@
if: branch = master
if: type IN (push)

language: node_js

node_js:
- 9

stages:
- test
- coverage
- release

install: true
script: npx semantic-release

0 comments on commit 09fe5f1

Please sign in to comment.