From 2fa07f17bfd665472965ebc12417e138bc7ea61b Mon Sep 17 00:00:00 2001 From: David Capello Date: Wed, 5 Sep 2018 19:40:07 -0300 Subject: [PATCH] Always run script tests --- .travis.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e99b9991e..9dedd8018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,12 +47,10 @@ script: - ninja - | if $XVFB ctest --output-on-failure ; then - if [[ "$ENABLE_UI" == "OFF" ]]; then - export ASEPRITE=$PWD/bin/aseprite - git clone https://github.com/aseprite/tests.git - cd tests - $XVFB bash run-tests.sh - fi + export ASEPRITE=$PWD/bin/aseprite + git clone https://github.com/aseprite/tests.git + cd tests + $XVFB bash run-tests.sh else exit 1 fi