Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Switch from Travis CI to CircleCI | Bruno de Oliveira Abinader | 2017-06-22 | 1 | -73/+0 |
| | |||||
* | Don't do things that set -e in Travis's shell | John Firebaugh | 2015-05-13 | 1 | -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 infrastructure | Konstantin Käfer | 2015-04-28 | 1 | -10/+18 |
| | |||||
* | patch travis_fold and travis_nanoseconds to make it possible to test ↵ | Dane Springmeyer | 2014-11-02 | 1 | -0/+20 |
| | | | | travis_helper.sh off travis | ||||
* | better timing functions | Konstantin Käfer | 2014-10-16 | 1 | -9/+33 |
| | |||||
* | export all required functions | Konstantin Käfer | 2014-10-16 | 1 | -0/+5 |
| | |||||
* | export function to subshells | Konstantin Käfer | 2014-10-16 | 1 | -0/+2 |
| | |||||
* | remove spaces from fold command and put in separate file | Konstantin Käfer | 2014-10-16 | 1 | -0/+10 |