Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix: 32bit
  • Loading branch information
chainhelen committed Mar 14, 2020
1 parent f58d6c2 commit 02f9c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.test.sh
@@ -1,6 +1,6 @@
if [ $TRAVIS_OS_NAME = "linux" && $go_32bit_version ]; then
if [ $TRAVIS_OS_NAME = "linux" && $go_32_version ]; then
docker pull i386/ubuntu:bionic
docker run -e "go_version=$go_32bit_version" -v $(pwd):/delve i386/ubuntu:bionic /bin/bash -c "cd delve && \
docker run -e "go_version=$go_32_version" -v $(pwd):/delve i386/ubuntu:bionic /bin/bash -c "cd delve && \
apt-get -y update && \
apt-get -y install software-properties-common && \
apt-get -y install git && \
Expand Down

0 comments on commit 02f9c6f

Please sign in to comment.