From 96e8672e627ed1640e4cbf017cd820d91d76c93d Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 27 Jun 2017 13:14:57 +0530 Subject: [PATCH] Some tweaks to travis. --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 70ba6a1d..f06ff28f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,9 +47,10 @@ install: script: - gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us + - dpkg -L ../moose*.deb - sudo dpkg -i ../moose*.deb after_success: - - python -c 'import moose; moose.test( timeout = 10 )' - - python -c 'import moogli' - cd __moose-core_build && ctest --output-on-failure + - cd ~ && python -c 'import moose; moose.test( timeout = 10 )' + - cd ~ && python -c 'import moogli' -- GitLab