aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2022-11-14Remove config files for Travis CI and Appveyor, and update docs to mention Gi...Marco Poletti
2020-10-31Test against Ubuntu 20.10 and Clang 11 (too) in CI tests.Marco Poletti
2020-05-02Disable PCH generation for XCode 11.x CI tests, it's also affected by https:/...Marco Poletti
2020-05-02Run OS X CI tests with XCode 9.4 and 11.3 instead of 9.3 and 11.4. A previous...Marco Poletti
2020-05-02Switch stdc++ Clang CI tests to use Clang 10 instead of 9, to see if it works...Marco Poletti
2020-05-02Switch OS X CI tests with XCode 9.x back to 9.3 because the 9.4 image in Trav...Marco Poletti
2020-05-02Update the Travis CI config to test against Ubuntu 20.04 instead of 19.10 and...Marco Poletti
2020-03-29Disable Clang tidy in libc++ CI tests, it segfaults and can't find STL header...Marco Poletti
2020-03-29Switch back to Clang 9 for libc++ CI tests, the Clang 10 packages don't work ...Marco Poletti
2020-03-29Don't run CI tests with GCC 6 in Ubuntu 16.04, it's not installed there.Marco Poletti
2020-03-28No longer run CI tests on Ubuntu 18.10, use 16.04 instead. Also run tests wit...Marco Poletti
2020-03-28Retire Bazel tests for Ubuntu 16.04, the Docker image now fails to build (and...Marco Poletti
2020-03-28Add support for disabling clang-tidy in each CI test, and disable it in OS X ...Marco Poletti
2020-03-28Run CI tests using Clang 10 instead of Clang 8 with Ubuntu 19.10.Marco Poletti
2020-03-28Use Ubuntu 19.10 instead of 19.04 for Fruit CI tests.Marco Poletti
2020-03-11Revert "Use travis_wait for each brew call instead of wrapping the entire ins...Marco Poletti
2020-03-11Use travis_wait for each brew call instead of wrapping the entire install scr...Marco Poletti
2020-03-11Use travis_wait when installing brew packages in OS X CI builds, to avoid occ...Marco Poletti
2020-03-11Use Ubuntu xenial as base OS for CI test runs (this is the OS that runs docke...Marco Poletti
2019-12-22Switch back to testing with Clang 8 instead of Clang 9 in OS X CI tests, the ...Marco Poletti
2019-12-22Run OS X CI tests with XCode 9.4 instead of 9.3.Marco Poletti
2019-12-22No longer run CI tests using XCode 10.3. 9.3 and 11.4 should be enough, and 1...Marco Poletti
2019-12-22Test against Clang 9 instead of Clang 8 in OS X CI tests.Marco Poletti
2019-12-22Bump the minimum version of OS X used in CI tests to 10.13. Older versions no...Marco Poletti
2019-12-22Bump the minimum clang version used in OS X CI tests to 6.0. Clang 4.0 no lon...Marco Poletti
2019-12-22No longer use PCHs when running OS X CI tests with GCC 9, it does not work.Marco Poletti
2019-09-02Use GCC 6 as minimum GCC version in OS X CI tests. The GCC 5 brew package now...Marco Poletti
2019-09-02Only run libc++ tests with Clang 8, packages for earlier versions don't have ...Marco Poletti
2019-09-02Run Clang/GCC OS X tests on the latest OS X available.Marco Poletti
2019-08-31Add a CI test with libc++ with the latest Ubuntu/Clang.Marco Poletti
2019-08-31Update the OS X versions used in CI testing. Notably retire 7.x and add 11.x.Marco Poletti
2019-08-31Use 16.04 as the oldest Ubuntu version for CI testing instead of 14.04.Marco Poletti
2019-04-27Run OS X GCC/Clang tests on the latest version of OS X available (10.14) inst...Marco Poletti
2019-04-27Don't use pre-compiled headers when running CI tests with Clang >=7.0, to avo...Marco Poletti
2019-04-27Fix a typo in the Travis CI config.Marco Poletti
2019-04-27Update compiler versions used in OSX CI tests.Marco Poletti
2019-04-27Remove some combinations from smoke tests.Marco Poletti
2019-04-27Update compiler/OS versions used in Travis CI. Notably adding Ubuntu 19.04.Marco Poletti
2018-10-20Run Travis CI tests with the latest versions of GCC, Clang, Ubuntu.Marco Poletti
2018-09-16No longer run Ubuntu ARM tests on Travis CI. It doesn't work after all (while...Marco Poletti
2018-09-15No longer run tests on Ubuntu ARM with Clang, it doesn't work (GCC works thou...Marco Poletti
2018-09-15Run Travis CI tests under Ubuntu 18.04 instead of 17.10. Also run in addition...Marco Poletti
2018-09-13Run tests under Clang 4.0 as the minimum version (instead of 3.9) on OS X.Marco Poletti
2018-09-13Run tests under Clang 3.9 instead of 3.7 on OS X. The 3.7 homebrew formula ha...Marco Poletti
2017-11-18Disable ASan/UBSan when testing with GCC in Travis CI. ATM they fail due to h...Marco Poletti
2017-11-18No longer test under Valgrind in Travis CI, it's too slow and the build now t...Marco Poletti
2017-10-29Test using GCC 7 instead of GCC 6 in Travis CI, when using Ubuntu 17.10.Marco Poletti
2017-10-29Update the Docker image generation files to add packages needed by TMPPy. Als...Marco Poletti
2017-08-05No longer run debug mode tests under Valgrind in Travis CI, as these are ofte...Marco Poletti
2017-07-15Remove support for GCC 4.8.x, GCC 5.0.0 is now the minimum supported version....Marco Poletti