travis: Fix error reporting on failed builds

Apparently after_script is allowed to fail, so just
run the tests inside script.
This commit is contained in:
Sam Edwards 2018-05-16 18:05:40 -06:00
parent d96765b957
commit 94937dd432

View File

@ -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