Skip to content

Commit

Permalink
maint: shorten travis build logs by discarding global build output
Browse files Browse the repository at this point in the history
Signed-off-by: Yury V. Zaytsev <[email protected]>
  • Loading branch information
zyv committed Dec 2, 2017
1 parent 37dcdf6 commit 38de86b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maint/utils/travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ mkdir .global && pushd .global # ignored by GLOBAL's indexer
tar zxvf global-${GLOBAL_VERSION}.tar.gz > /dev/null 2>&1

pushd global-${GLOBAL_VERSION}
./configure --prefix=$(pwd)/install
make
make install
./configure --prefix=$(pwd)/install > /dev/null 2>&1
make > /dev/null 2>&1
make install > /dev/null 2>&1
popd

export PATH="$(pwd)/global-${GLOBAL_VERSION}/install/bin:$PATH"
Expand Down

0 comments on commit 38de86b

Please sign in to comment.