Browse Source

travis: Fix error reporting on failed builds

Apparently after_script is allowed to fail, so just
run the tests inside script.
Sam Edwards 7 years ago
parent
commit
94937dd432
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -61,7 +61,6 @@ script:
 - cmake -DHAVE_GTK2=NO -DBUILD_METALIBS=$BUILD_METALIBS -DCOMPOSITE_SOURCE_LIMIT=$COMPOSITE_SOURCE_LIMIT .. 
 - cmake -DHAVE_GTK2=NO -DBUILD_METALIBS=$BUILD_METALIBS -DCOMPOSITE_SOURCE_LIMIT=$COMPOSITE_SOURCE_LIMIT .. 
 - make -j4
 - make -j4
 
 
-after_script:
 - python ../test_imports.py
 - python ../test_imports.py
 - pytest ../tests
 - pytest ../tests