Skip to content

Commit

Permalink
Merge pull request #18 from OpenSmalltalk/tim/fix-16
Browse files Browse the repository at this point in the history
try to quiet down ARM builds
  • Loading branch information
fniephaus committed Jun 28, 2016
2 parents b4ee2ce + 0c420c2 commit afc476e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis_build.sh
Expand Up @@ -62,6 +62,10 @@ fi

if [[ "${ARCH}" == "linux32ARM"* ]]; then
# we're in chroot at this point
export LC_ALL=C
export LC_CTYPE=C
export LANG=C
export LANGUAGE=C
TRAVIS_BUILD_DIR="$(pwd)"
fi

Expand Down

0 comments on commit afc476e

Please sign in to comment.