aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Fix CIFuzz issue where targets assumed in OSS-Fuzz build if exists (#3817)Gravatar jonathanmetzman2020-05-28
| | | | | | | | Make some other changes: 1. Refactor fuzz_target.py and fuzz_target_test.py 2. Introduce pyfakefs and parameterized as dependencies and use them in tests. 3. Fix infra-tests in CI so that they use installed dependencies
* Add honggfuzz build in travis. (#3589)Gravatar Abhishek Arya2020-04-07
| | | | * Add honggfuzz build in travis. * Skip check_build for honggfuzz, only build.
* [infra] Presubmit fix - test (#3443)Gravatar Leo Neat2020-03-05
| | | | Fixes issue that presubmit test was not returning failure even when a test failed.
* [Infra] Add tests to presubmit (#3405)Gravatar Leo Neat2020-02-21
| | | | Adds unit/integration tests to travis presubmit.
* [infra] Add presubmit script (#3196)Gravatar jonathanmetzman2020-01-10
|
* Update .travis.yml (#3190)Gravatar Abhishek Arya2020-01-06
|
* Try travis-buddy for travis failure notifications. (#3181)Gravatar Abhishek Arya2020-01-04
| | | | | | * Try travis-buddy for travis failures * Only show failures
* don't use travis_wait (#2867)Gravatar jonathanmetzman2019-09-20
|
* Use travis_wait (#2857)Gravatar jonathanmetzman2019-09-20
|
* Revert "Use "x86" instead of "i386" for better name recognition. (#2685)" ↵Gravatar jonathanmetzman2019-08-12
| | | | | (#2687) This reverts commit 0c6cc5cae8ac393fb7158ae50e9988d0a37a4d82.
* Use "x86" instead of "i386" for better name recognition. (#2685)Gravatar jonathanmetzman2019-08-12
| | | It seems more people understand x86 than i386, use this term instead.
* [infra] Add support for dataflow builds to the helper script and build check ↵Gravatar Max Moroz2019-06-12
| | | | | | | | | | | | | | | | | | | | | | (#1632). (#2501) * [infra] Add support for dataflow builds to the helper script and build check (#1632). * Update travis config file. * Address self-review comments and specify dataflow sanitizer for zstd as well. * Fix fuzzing_engines in project.yaml * Fix bad build check for DFSan. * Use "hasattr" in helper.py to check the sanitizer argument. * Address more review comments. * Remove DataFlow config from zstd. * fix a typo
* [i386][travis] Add i386 build job (#2434)Gravatar jonathanmetzman2019-05-17
|
* [travis] Use job matrix to split up builds to avoid timeout (#2423)Gravatar jonathanmetzman2019-05-15
|
* [travis] Add requirements file for travis and fix diff command (#2406)Gravatar jonathanmetzman2019-05-13
|
* [infra] Create yaml file and build script for travis. (#2397)Gravatar jonathanmetzman2019-05-10