mirror of https://github.com/google/oss-fuzz.git
14 lines
213 B
YAML
14 lines
213 B
YAML
|
language: python
|
||
|
dist: xenial
|
||
|
|
||
|
services:
|
||
|
- docker
|
||
|
|
||
|
before_install:
|
||
|
- git fetch origin +refs/heads/$TRAVIS_BRANCH
|
||
|
|
||
|
install:
|
||
|
- pip install -r infra/gcb/requirements.txt
|
||
|
|
||
|
script: ./infra/travis/travis_build.py
|