summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-01-23 22:15:09 -0500
committerLex Neva <github.com@lexneva.name>2018-01-23 22:15:09 -0500
commit0cbf3544b74c3099db8e60ec6c69ec1ddd56b1f6 (patch)
treef23266fb136ddf587839dc08f8776085462b3085 /.travis.yml
parentc9e90dc61dd9fd998fdbf88836960bf0f528afcc (diff)
fast finish
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
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