summaryrefslogtreecommitdiffstats
path: root/tools/travis-push.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make Travis CI build build-matrix.htmlTimothy Gu2016-01-031-1/+1
| | | | Fixes #1074.
* cleanup styleTony Theodore2015-11-211-1/+1
|
* suppress git commit error in TravisBoris Nagaev2015-11-191-1/+1
| | | | | See #924 See https://travis-ci.org/mxe/mxe/builds/91781012#L99
* travis-push: make sure "git commit" succeededBoris Nagaev2015-10-131-1/+1
|
* travis: commit and push only if GH_TOKEN is setBoris Nagaev2015-10-131-0/+13
This allows to enable travis build for a pull request without failing it. This is useful to check at leat that Makefile syntax is correct.