diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5c4a0a5d..7caa02d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,12 @@ virtualenv: # We need this for PyGObject. system_site_packages: true matrix: + # only pass/fail the build based on the lint run, since the build takes + # a long time and its failure doesn't depend on the code anyway + fast_finish: true + allow_failures: + env: BUILD=true + include: # always lint on every commit - python: 2.7 |
