aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2016-02-14On OSX, also test against the preinstalled g++, clang++ (not using brew).Marco Poletti
2016-02-14Don't pass the -stdlib= argument to GCC, only Clang supports it.Marco Poletti
2016-02-14Update the Travis CI config so that we test against the clang + libc++ combin...Marco Poletti
2016-02-14Print more compiler-related information in the Travis CI postsubmits.Marco Poletti
2016-02-07Switch from realpath to 'readlink -f' in Travis CI config, and attempt to fix...Marco Poletti
2016-02-07A few changes to the Travis CI config, notably:Marco Poletti
2016-02-07Fix bug in the Travis CI config that caused intentionally-skipped postsubmits...Marco Poletti
2015-12-07Add quotes to the travis.yml file, before it was invalid.Marco Poletti
2015-12-07Add a INSTRUMENT_WITH_SANITIZERS CMake flag, and make RUN_TESTS_UNDER_VALGRIN...Marco Poletti
2015-12-06No longer run OS X tests under Valgrind in Travis CI. It doesn't work for som...Marco Poletti
2015-12-01Re-enable the Linux Travis CI config now that the OSX config is sane.Marco Poletti
2015-12-01Travis CI config for testing on OSX (2nd attempt).Marco Poletti
2015-12-01Add Travis CI config for testing on OSX (first attempt).Marco Poletti
2015-12-01Revert "Simplify the Travis CI config now that COMPILER_TO_RUN=COMPILER_TO_IN...Marco Poletti
2015-11-30Simplify the Travis CI config now that COMPILER_TO_RUN=COMPILER_TO_INSTALL. A...Marco Poletti
2015-11-30(Attempt to) fix the Travis CI config for Clang 3.5.Marco Poletti
2015-11-30Fix the Travis CI config by adding the GPG key for the LLVM repository.Marco Poletti
2015-11-30Update Travis CI config to use Trusty-specific Clang repos instead of the Pre...Marco Poletti
2015-11-29Opt-in to Ubuntu Trusty in the Travis CI config.Marco Poletti
2015-06-07Don't run release-mode tests under Valgrind for old versions of Clang, otherw...Marco Poletti
2015-05-31Allow Clang 3.4 and 3.5 to fail on Travis CI, remove useless valgrind PPA.Marco Poletti
2015-05-31Change the Travis CI config to use a more up-to-date Valgrind, hopefully fixi...Marco Poletti
2015-05-31Split COMPILER_TO_INSTALL and COMPILER_TO_RUN in the Travis CI config, as cla...Marco Poletti
2015-05-31Add GCC 5.0 to the Travis CI config. Also change the release-mode tests to no...Marco Poletti
2015-05-31Add the --force-yes switch to the apt-get install invocation to allow install...Marco Poletti
2015-05-31Simplify the Travis CI config by moving the loop on build kind (debug/release...Marco Poletti
2015-05-31Remove useless update-alternatives command from the Travis CI (that was faili...Marco Poletti
2015-05-31Don't mix C and C++ compilers in the Travis CI config, they are not interchan...Marco Poletti
2015-05-31Yet another fix to the Travis CI config.Marco Poletti
2015-05-31Remove invalid repository from the Travis CI config.Marco Poletti
2015-05-31Fix syntax errors in Travis CI config file.Marco Poletti
2015-05-31Use manual build matrix configuration for Travis CI, plus fix the name of a c...Marco Poletti
2015-05-31(Attempt to) improve coverage using Travis CI by testing with more compiler v...Marco Poletti
2015-02-21Extract postsubmit script (executed using Travis CI) from .travis.yml, some i...Marco Poletti
2015-02-21Use GCC 4.9 in the Travis config for now. The PPA for Ubuntu 10.04 has 4.8.1 ...Marco Poletti
2015-02-21Update Travis CI config to install Valgrind. It's used to run tests.Marco Poletti
2015-02-21Change Travis CI config to use GCC from ubuntu-toolchain-r/ppa instead of ubu...Marco Poletti
2015-02-21Fix Travis CI configuration, it had the wrong path for the tests directory.Marco Poletti
2015-02-21Change Travis CI config to use GCC 4.8.Marco Poletti
2015-02-21Add .travis.yml file with the Travis CI configuration.Marco Poletti