Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAdams committed Jul 18, 2014
1 parent 62f9b7e commit 7413832
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 @@ -16,10 +16,10 @@ script:
- "cut -d: -f1 results | sort | uniq -c"
- "test `grep -c fail results` -eq 0"
env:
- ARDUINO_IDE_VERSION='1.0.5'

global:
- ARDUINO_IDE_VERSION='1.0.5'
- VERSION_NUMBER="`git describe --tags`"
after_success:
- "VERSION_NUMBER=\"`git describe --tags`\""
- "fpm -f -m [email protected] -s dir -t deb -a all \
-n openrov-arduino-firmware \
-v 1.$VERSION_NUMBER-$TRAVIS_BRANCH \
Expand Down

0 comments on commit 7413832

Please sign in to comment.