Skip to content

Commit

Permalink
Remove branch filter in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Jan 29, 2018
1 parent ac751f7 commit 0681c34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ install:
- cd code ; npm install --only=dev ; cd ..
script:
- cd code ; ./build.sh
branches:
only:
- master
- dev
deploy:
provider: releases
api_key:
Expand All @@ -22,7 +18,6 @@ deploy:
file: firmware/*/*.bin
skip_cleanup: true
on:
all_branches: true
tags: true
notifications:
pushover:
Expand Down

0 comments on commit 0681c34

Please sign in to comment.