Skip to content

Commit

Permalink
Limiting the output.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Mar 5, 2017
1 parent 74fbbe1 commit 4b9677d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Expand Up @@ -238,7 +238,7 @@ function build() {
git pull
git add -A .
git commit -a -m "Travis build #$TRAVIS_BUILD_NUMBER of $GIT_REVISION for PLATFORM=$PLATFORM TARGET=$TARGET"
git diff origin/master
git diff origin/master --stat
#git push --quiet origin master > /dev/null 2>&1
cd ..
rm -rf $COPY_REPO
Expand Down

0 comments on commit 4b9677d

Please sign in to comment.