Skip to content

Commit

Permalink
[ci] refs #18 - Remove condition depending on legacy QEMU_PLATFORM va…
Browse files Browse the repository at this point in the history
…r set
  • Loading branch information
olemis committed May 19, 2019
1 parent 5f477bb commit 4b803d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ before_deploy:
- export ARCH="$(uname -m)"
- export OS="$(uname -s)"
- make build
- if [[ -z "$QEMU_PLATFORM" ]]; then make build-libc ; if
- tar -c -z -f libskycoin-${VERSION}-${OS}-${ARCH}.tar.gz -C build ./*
deploy:
- provider: releases
Expand Down

0 comments on commit 4b803d3

Please sign in to comment.