From 69563443f5318b16855a403c595fadf8eccdfd23 Mon Sep 17 00:00:00 2001 From: Giulio Ungaretti Date: Mon, 12 Sep 2016 17:30:23 +0200 Subject: [PATCH] fix: Fail fast on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0791ea91c9ee..ffd08f318e40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ install: - python setup.py develop # command to run tests script: - - python qcodes/test.py --skip-coverage - - python qcodes/test.py --mp-spawn + - python qcodes/test.py --skip-coverage -f + - python qcodes/test.py --mp-spawn -f after_success: # codecov - cd qcodes