From 8e0759fcc9f9dda5a9a1b3e9be7979f034155adf Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Mon, 2 May 2016 10:39:33 +0530 Subject: [PATCH] After package is built, run the post-package tests. #BhallaLab/moose#194 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 52fb6f35..d340c61a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,3 +50,4 @@ script: after_success: - python -c 'import moose' - python -c 'import moogli' + - cd _build_moose_core && ctest --output-on-failure -- GitLab