Skip to content

Commit

Permalink
travis: Adding CPU to message
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Mar 5, 2017
1 parent 1ce6aa4 commit 703a144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/build.sh
Expand Up @@ -213,7 +213,7 @@ function build() {
cd $PREBUILT_DIR
git pull
git add -A .
git commit -a -m "Travis build #$TRAVIS_BUILD_NUMBER of $GIT_REVISION for PLATFORM=$PLATFORM TARGET=$TARGET"
git commit -a -m "Travis build #$TRAVIS_BUILD_NUMBER of $GIT_REVISION for PLATFORM=$PLATFORM TARGET=$TARGET CPU=$CPU"
git diff HEAD~1 --stat=1000,1000
#git push --quiet origin master > /dev/null 2>&1
)
Expand Down

0 comments on commit 703a144

Please sign in to comment.