diff --git a/.travis.yml b/.travis.yml index 5f523aa4fd75c2caa6e799c6d72d02bf9b27f792..b28885537b69337b13e783f07059cd9c18485add 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ install: script: - gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us - - cd __moose-core_build && ctest --output-on-failure + - cd __moose-core_build && ctest --output-on-failure && cd .. - sudo dpkg -i ../moose*.deb - cd ~ && python -c 'import moose; moose.test( timeout = 10 )' - cd ~ && python -c 'import moogli'