aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/after_success.sh
Commit message (Collapse)AuthorAgeFilesLines
* Update travis configuration for iOS buildSimon Warta2015-09-021-13/+0
| | | | Closes #188
* Use shellcheck where possibleSimon Warta2015-07-221-1/+1
|
* Refactor travis configuration for the use of the container infrastructure.Simon Warta2015-07-121-7/+7
|
* Test make install in CISimon Warta2015-07-101-0/+2
|
* Assume that $COVERALLS_REPO_TOKEN might not be set (e.g. pull requests)Simon Warta2015-07-091-1/+2
|
* Shell is not my favorite languagelloyd2015-05-121-2/+1
|
* Fix lcov scriptlloyd2015-05-111-2/+0
|
* Fix comparelloyd2015-05-111-1/+1
|
* Add coveralls.io support based on GH #91 by cordneylloyd2015-05-111-0/+13
Move the more complex CI logic to scripts instead of yaml