aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* travis: add OS X build, add AddressSanitizer build, stop building docsGravatar David Adam2015-10-08
| | | | | Leak checking is disabled for now as it has the potential to produce too many false positives.
* travis: drop all use of sudo and root-owned directoriesGravatar David Adam2015-10-01
| | | | | From http://docs.travis-ci.com/user/migrating-from-legacy/
* travis: move to container-based buildsGravatar David Adam2015-10-01
|
* travis: parallel makeGravatar David Adam2015-03-20
|
* travis: add gitter.im room (experimental)Gravatar David Adam2015-03-20
|
* math requires bc packageGravatar Bruno Pinto2015-01-22
|
* Dump interactive logs on travis test failureGravatar Kevin Ballard2014-09-19
| | | | | | | As far as I know we can't access the build artifacts from Travis, so we can't check the interactive logs after a test failure. Add an environment variable that causes the test runner to dump the logs itself, and set that variable for Travis.
* Disable fish_title on interactive testsGravatar Kevin Ballard2014-09-08
| | | | | | | This was apparently what was interfering with the tests working on Linux. Tweak .travis.yml to install expect so the tests run on Linux.
* Allow fast failure on Travis.Gravatar Konrad Borowski2014-06-11
|
* .travis.yml: reduce verbosity of IRC notificationsGravatar David Adam2014-02-11
|
* .travis.yml: add https://travis-ci.org/ automatic buildsGravatar David Adam2014-02-05