aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-05-28 10:14:57 -0700
committerGravatar GitHub <noreply@github.com>2020-05-28 10:14:57 -0700
commit659d4e82280b185777f2ba5fe39327de9ce83d88 (patch)
treea34c044ef33df90383cc6d162843c651dd429c55 /.travis.yml
parent21b4c78861d69f7bf3faeaeedeb7e5f4602b8904 (diff)
Fix CIFuzz issue where targets assumed in OSS-Fuzz build if exists (#3817)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 879dbb63..3cf7704a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,8 +14,6 @@ install:
matrix:
include:
- name: "presubmit"
- install:
- - pip install -r infra/dev-requirements.txt
script: ./infra/presubmit.py
- name: "libfuzzer address x86_64"
env:
@@ -58,7 +56,7 @@ matrix:
- TRAVIS_SANITIZER=dataflow
- TRAVIS_ARCHITECTURE=x86_64
- name: "infra-tests"
- script: sudo ./infra/presubmit.py infra-tests
+ script: sudo /bin/bash -c 'source $HOME/virtualenv/python3.6/bin/activate && ./infra/presubmit.py infra-tests'
script: ./infra/travis/travis_build.py