Skip to content

Commit

Permalink
removed branch statement for xgo since it conflicts with github relea…
Browse files Browse the repository at this point in the history
…se tagging
  • Loading branch information
protenhan committed Feb 7, 2018
1 parent f655608 commit a381cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ curl -fsSL https://get.docker.com/ | sudo sh
docker version

go get github.com/karalabe/xgo
xgo -go 1.9.2 --branch $TRAVIS_BRANCH --targets=linux/arm-7 github.com/protenhan/rpi-rfid-musicplayer
xgo -go 1.9.2 --targets=linux/arm-7 github.com/protenhan/rpi-rfid-musicplayer
file rpi-rfid-musicplayer-linux-arm-7

if [ -d tmp ]; then
Expand Down

0 comments on commit a381cfa

Please sign in to comment.