From 24e5ec01302590a6e6d996bd464f1fe249c4a5e2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 7 Mar 2019 12:50:33 -0500 Subject: Make travis stop early --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24ed42a..c4f66fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: - python setup.py build_ext --inplace script: - - nosetests -v + - nosetests -v -x -- cgit v1.2.3