Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
 1.8.19
  • Loading branch information
ffaerber committed Nov 30, 2018
1 parent c2e4504 commit 29fb48f
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 @@ -6,9 +6,9 @@ services:
# https://ethereum.github.io/go-ethereum/downloads/
env:
matrix:
- ARCH=arm QEMU=qemu-arm-static BASE_IMAGE=arm32v7/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-arm7-1.8.17-8bbe7207
- ARCH=arm64 QEMU=qemu-aarch64-static BASE_IMAGE=arm64v8/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-arm64-1.8.17-8bbe7207
- ARCH=amd64 QEMU=qemu-fake-static BASE_IMAGE=amd64/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-amd64-1.8.17-8bbe7207
- ARCH=arm QEMU=qemu-arm-static BASE_IMAGE=arm32v7/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-arm7-1.8.19-dae82f09
- ARCH=arm64 QEMU=qemu-aarch64-static BASE_IMAGE=arm64v8/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-arm64-1.8.19-dae82f09
- ARCH=amd64 QEMU=qemu-fake-static BASE_IMAGE=amd64/debian:jessie-slim GETH_SOURCE=geth-alltools-linux-amd64-1.8.19-dae82f09

script:
- ./travis-build.sh
Expand Down

0 comments on commit 29fb48f

Please sign in to comment.