From 94937dd43282728070d605db93a41c723450b2da Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Wed, 16 May 2018 18:05:40 -0600 Subject: [PATCH] travis: Fix error reporting on failed builds Apparently after_script is allowed to fail, so just run the tests inside script. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8b6d27f3d5..611dea5b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,6 @@ script: - cmake -DHAVE_GTK2=NO -DBUILD_METALIBS=$BUILD_METALIBS -DCOMPOSITE_SOURCE_LIMIT=$COMPOSITE_SOURCE_LIMIT .. - make -j4 -after_script: - python ../test_imports.py - pytest ../tests