Skip to content

Commit

Permalink
Allow travis to build and publish on other branches than master
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Mar 12, 2017
1 parent c930e45 commit bd79b04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ install:
- npm prune
script:
- npm run dist:$([ "$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "mac")
branches:
only:
- master
deploy:
provider: releases
api_key:
Expand All @@ -41,3 +38,4 @@ deploy:
overwrite: true
on:
tags: true
all_branches: true

0 comments on commit bd79b04

Please sign in to comment.