mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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:
parent
d96765b957
commit
94937dd432
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user