build: get rid of "set -e"

This looks like it could cause problems elsewhere in Travis?

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2019-08-20 18:08:08 +08:00
parent 0f2b4f2131
commit e493872192

View File

@ -1,5 +1,4 @@
#!/bin/sh -x #!/bin/sh -x
set -e
win_nextpnr_url="https://github.com/xobs/toolchain-nextpnr-ice40/releases/download/v1.34-fomu/nextpnr-ice40-windows_amd64-v1.34-fomu.zip" win_nextpnr_url="https://github.com/xobs/toolchain-nextpnr-ice40/releases/download/v1.34-fomu/nextpnr-ice40-windows_amd64-v1.34-fomu.zip"
win_icestorm_url="https://github.com/xobs/toolchain-icestorm/releases/download/v1.26-fomu/toolchain-icestorm-windows_amd64-v1.26-fomu.zip" win_icestorm_url="https://github.com/xobs/toolchain-icestorm/releases/download/v1.26-fomu/toolchain-icestorm-windows_amd64-v1.26-fomu.zip"