summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-01-13Update TravisCI Linux builds to xenial, so I can get modern compilers for free.John Fultz
2019-01-13Attempt to fix TravisCI HomeBrew failure.John Fultz
2017-08-10Add OS X builds to Travis-CI.John Fultz
Also, add a bit of parallelization, do a few other cleanups on the yml and .pro files. And push C++14 flags everywhere into the build system.
2016-01-13travis: Select qmake from qt5-qmake packageGökçen Eraslan
2016-01-12travis: Add qt5-qmake package dependencyGökçen Eraslan
2016-01-12travis: Upgrade to trusty and use latest available GCC.Gökçen Eraslan
2016-01-12Update travis qt dependency for qt5Gökçen Eraslan
2015-10-19Fix travis builds.John Fultz
* Start using g++ 4.8 and clang. * Fix missing -std=c++11 flags. * Builds which failed torched remaining builds, which meant more iteration. Now, they recover and continue correctly. * Remove some clang compiler warnings generated by Qt files out of my control.
2013-10-25Remove decodeleaves from .travis.yml because it isn't committed (yet)Matt Liberty
2013-10-25Build all subdirs in travisMatt Liberty
2013-10-25Initial github/travis-ci setupMatt Liberty