summaryrefslogtreecommitdiff
path: root/scripts/travis_helper.sh
Commit message (Collapse)AuthorAgeFilesLines
* Don't do things that set -e in Travis's shellJohn Firebaugh2015-05-131-0/+4
| | | | | | | | | | | | | | | Sourcing files that set flags bleed into Travis' wrapper script, which messes with their workflow, e.g. preventing after_failure scripts from triggering. These changes fix that: * Move exported variables from install.sh to setup.sh, so install.sh doesn't have to be sourced. * Source setup.sh from run.sh, rather than directly from .travis.yml. In addition, as a good practice, remove `set -e` etc. from setup.sh, and add a comment not to add them back. It's the sourcing script's responsibility to set these flags.
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-10/+18
|
* patch travis_fold and travis_nanoseconds to make it possible to test ↵Dane Springmeyer2014-11-021-0/+20
| | | | travis_helper.sh off travis
* better timing functionsKonstantin Käfer2014-10-161-9/+33
|
* export all required functionsKonstantin Käfer2014-10-161-0/+5
|
* export function to subshellsKonstantin Käfer2014-10-161-0/+2
|
* remove spaces from fold command and put in separate fileKonstantin Käfer2014-10-161-0/+10