Browse Source

Remove branch filter in .travis.yml

softuart
Xose Pérez 6 years ago
parent
commit
0681c34e41
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      .travis.yml

+ 0
- 5
.travis.yml View File

@ -10,10 +10,6 @@ install:
- cd code ; npm install --only=dev ; cd .. - cd code ; npm install --only=dev ; cd ..
script: script:
- cd code ; ./build.sh - cd code ; ./build.sh
branches:
only:
- master
- dev
deploy: deploy:
provider: releases provider: releases
api_key: api_key:
@ -22,7 +18,6 @@ deploy:
file: firmware/*/*.bin file: firmware/*/*.bin
skip_cleanup: true skip_cleanup: true
on: on:
all_branches: true
tags: true tags: true
notifications: notifications:
pushover: pushover:


Loading…
Cancel
Save