aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-09-09BUILD: Remove macOS build target from Travis CIColin Snover
The macOS build machines on Travis CI are failing constantly, and for the time they've been enabled, they haven't really proven to give any benefit. So, turning them off now, at least until Travis CI gets more reliable so we are not contantly notified about their broken build machines.
2017-01-25BUILD: Added missing libs to Travis CI osx configurationEugene Sandulenko
2017-01-25BUILD: Adding OSX target to Travis CI.Eugene Sandulenko
I expect this to fail at the first run.
2017-01-23BUILD: Add IRC notifications to Travis CI buildsEugene Sandulenko
2017-01-06Revert "Merge pull request #885 from csnover/faster-travis"Colin Snover
Travis builds are failing randomly after this change due to upstream bug travis-ci/travis-ci#7103, so reverting these changes until it is fixed. This reverts commit 72f421cb38149d9a66d7145609be81cec2514d48, reversing changes made to c919c9996c6f62cf4f0d1a22d0522b0ee9a0514c.
2017-01-05BUILD: Speed up Travis-CI buildsColin Snover
container-based infrastructure (by sudo: false) starts and runs faster: https://docs.travis-ci.com/user/migrating-from-legacy/ gcc and make are preinstalled by Travis-CI for C++ language containers, so do not need to be listed as dependencies: https://docs.travis-ci.com/user/trusty-ci-environment/#Compilers-%26-Build-toolchain ccache caching prevents wasting time rebuilding unchanged code: https://docs.travis-ci.com/user/caching#ccache-cache
2016-09-05BUILD: Add libcurl and libsdl to Travis prerequisitiesEugene Sandulenko
2016-08-15BUILD: Switch SDL backend to SDL2 by default. SDL1 is still a fallback.Eugene Sandulenko
2016-07-28BUILD: Don't disable the event recorder for TravisCIBastien Bouclet
Tests now build fine with the event recorder enabled
2016-07-28BUILD: Use parallel build on travis (#792)Michał Janiszewski
2016-07-28BUILD: Disable Event Recorder for Travis CI, as our test/ suite is yet ↵Eugene Sandulenko
compatible with it
2015-08-01BUILD: Added Travis-CI supportMartin Gerhardy