Skip to content

Commit

Permalink
Better travis release names
Browse files Browse the repository at this point in the history
  • Loading branch information
ah- committed Feb 28, 2018
1 parent f0565c2 commit 9f9379e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ branches:
only:
- master

before_deploy:
- git config --local user.name "Andreas Heider"
- git config --local user.email "[email protected]"
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"

deploy:
provider: releases
api_key:
Expand Down
1 change: 0 additions & 1 deletion src/bluetooth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ impl<'a> Bluetooth<'a> {
//debug!("bt ack delete host: {:?}", message.data).ok();
}
BleOp::Pair => {
// check this? sent after off, 14
debug!("bt pair").ok();
/*
self.serial.send(MsgType::System,
Expand Down

0 comments on commit 9f9379e

Please sign in to comment.