commit | 2c5ed27a25087f541312d35938056890c4784fc6 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Sat Feb 27 18:22:40 2016 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sun Feb 28 12:04:05 2016 +0900 |
tree | 609732ae1c3d2208cda61768f1ee8902a9ba31ab | |
parent | 103974ec550e7d1c5c75e35f1309095487b5b4e1 [diff] [blame] |
THRIFT-3690 Work around docker image build failures on Travis-CI Client: Build Patch: Nobuaki Sukegawa This closes #906
diff --git a/build/docker/scripts/autotools.sh b/build/docker/scripts/autotools.sh index 4c111e6..8388f72 100755 --- a/build/docker/scripts/autotools.sh +++ b/build/docker/scripts/autotools.sh
@@ -3,4 +3,4 @@ ./bootstrap.sh ./configure $* -make check -j4 +make check -j3