From 0cbf3544b74c3099db8e60ec6c69ec1ddd56b1f6 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 23 Jan 2018 22:15:09 -0500 Subject: [PATCH] fast finish --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5c4a0a5de..7caa02d09 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