aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2017-04-09No longer test using Ubuntu 15.10, 16.04 has been out for a while now.Marco Poletti
2017-03-18Test against Clang 4.0 instead of 3.9 on OS X, now that 4.0 is released.Marco Poletti
2017-02-18Change OS X Travis CI tests to use Clang 3.7 instead of Clang 3.6 as lowest v...Marco Poletti
2016-12-27No longer use travis_wait, since all presubmits now complete in <15 minutes. ...Marco Poletti
2016-12-23Disable Asan in GCC postsubmit tests on OS X. This also no longer works since...Marco Poletti
2016-12-23Test against Clang 3.9 instead of Clang 3.8 in Travis CI.Marco Poletti
2016-12-23Disable Ubsan in OS X tests with GCC 6, it doesn't work anymore. Something mu...Marco Poletti
2016-12-23Don't use PCHs in postsubmit tests with GCC 4.8.Marco Poletti
2016-12-23Refactor the postsubmit testing code to allow switching the use of PCHs on/of...Marco Poletti
2016-12-23When running OS X tests in Travis CI, only install Valgrind if it's actually ...Marco Poletti
2016-12-22Go back to testing against OS X 10.11 in most OS X tests. Valgrind can't (yet...Marco Poletti
2016-12-22Run OS X tests on a more recent version of OS X (except tests for old GCC/Cla...Marco Poletti
2016-12-21Test against XCode 8.2 instead of 8.1 now that Travis CI supports it.Marco Poletti
2016-11-20Extend the timout for Travis CI test from 20 to 30min. 20min are often not en...Marco Poletti
2016-11-20Use travis_wait in all Travis CI commands, to avoid meaningless timeouts.Marco Poletti
2016-11-20Use XCode 7.3 instead of 7.1 in Travis CI tests (since Travis CI will retire ...Marco Poletti
2016-11-18Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fru...Marco Poletti
2016-11-12Revert to using Clang 3.8 in OS X tests, the Clang 3.9 tests are failing due ...Marco Poletti
2016-11-12Stop testing with ASan/UBSan in old Ubuntu versions (in Travis CI). They're u...Marco Poletti
2016-11-06No longer test on OS X with clang 3.7 (since we're testing with 3.6 and 3.8) ...Marco Poletti
2016-11-06Run some quick 'smoke tests' at the beginning of the test run in Travis CI, t...Marco Poletti
2016-11-06Don't run with ASan/UBSan on OSX with Clang 3.8, it doesn't work.Marco Poletti
2016-11-06Disable ASan/UBSan in combinations where they don't work (in Travis CI).Marco Poletti
2016-11-06Add a comment at the top of .travis.yml to highlight the fact that it was aut...Marco Poletti
2016-11-06Re-add comments on disabled tests that used to be in .travis.yml into extras/...Marco Poletti
2016-11-06Export the OS env variable in .travis.ci too, the presubmit script expects it.Marco Poletti
2016-11-06Various changes to the .travis.yml generator: properly export environment var...Marco Poletti
2016-11-06Dynamically-generate the .travis.yml file, for increased readability and conc...Marco Poletti
2016-10-16Disable ASan on OSX with GCC 4.8, it doesn't work anymore due to a bug in glibcpoletti-marco
2016-10-16Add Clang 3.8 on OS X to the Travis CI build matrix.Marco Poletti
2016-08-29Reimplement the storage for PartialComponent to:Marco Poletti
2016-07-12Disable malloc vs new consistency checks in Asan when running tests on OS X u...Marco Poletti
2016-06-18Start testing against XCode 8 (ATM in beta) in Travis CI.Marco Poletti
2016-06-11Re-enable tests against Clang on OS X installed via Brew, and disable the one...Marco Poletti
2016-06-11Stop supporting Clang installed via Brew on OS X. It doesn't support thread_l...Marco Poletti
2016-05-26Disable ASan when running tests in Travis CI using clang on OS X (but leave i...Marco Poletti
2016-05-26Re-disable ASan in Travis CI when using Bazel, we only support {Release,Debug...Marco Poletti
2016-05-26Enable ASAN (but not UBSan) in all OS/compiler combinations ran in Travis CI ...Marco Poletti
2016-05-26Re-enable sanitizers in tests for XCode 7.3 on OS X.Marco Poletti
2016-05-08Add continuous build/test configurations for GCC 6 (on Ubuntu 16.04) and Baze...Marco Poletti
2016-04-07Move files that are not strictly part of the Fruit library in extras/:Marco Poletti
2016-04-07Remove the Coverity Scan config from the Travis CI config file.Marco Poletti
2016-04-07Fix some Travis CI failures.Marco Poletti
2016-04-07(hopefully) fix the Coverity Scan config within the Travis CI config file.Marco Poletti
2016-04-07Enable Travis CI in the coverity_scan branch (otherwise the scan won't be tri...Marco Poletti
2016-04-07Add the coverity scan plugin in the Travis CI config.Marco Poletti
2016-04-07Some changes to the build matrix used for Travis CI:Marco Poletti
2016-04-07Finish porting Linux CI tests to run under Docker.Marco Poletti
2016-04-06Correctly initialize env variables in the Travis CI config, currently presubm...Marco Poletti
2016-04-06Set the Travis CI config to use Ubuntu Trusty (not Precise). (still using Doc...Marco Poletti