Skip to content

Commit

Permalink
Update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
blavka committed Dec 6, 2017
1 parent 7c9fe34 commit 5400e72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ addons:
packages:
- gcc-arm-embedded
script:
- make release OUT=bcf-kit-wireless-controller-rgbw144-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=144 LED_STRIP_TYPE=4
- make release OUT=bcf-kit-wireless-controller-rgbw72-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=72 LED_STRIP_TYPE=4
- make release OUT=bcf-kit-wireless-controller-rgb150-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=150 LED_STRIP_TYPE=3
- make release OUT=bcf-kit-wireless-power-controller-rgbw144-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=144 LED_STRIP_TYPE=4
- make release OUT=bcf-kit-wireless-power-controller-rgbw72-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=72 LED_STRIP_TYPE=4
- make release OUT=bcf-kit-wireless-power-controller-rgb150-${TRAVIS_TAG} VERSION=${TRAVIS_TAG} LED_STRIP_COUNT=150 LED_STRIP_TYPE=3
deploy:
skip_cleanup: true
file_glob: true
Expand Down

0 comments on commit 5400e72

Please sign in to comment.