From 9dcbe49f29ad943bdb8e650c751798f8b0972d97 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Tue, 27 Jun 2017 10:38:30 +0530 Subject: [PATCH] Call moose.test( timeout = 10 ) post build. --- .travis.yml | 2 +- docs/_config.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 docs/_config.yml diff --git a/.travis.yml b/.travis.yml index 683d8ec2..70ba6a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,6 @@ script: - sudo dpkg -i ../moose*.deb after_success: - - python -c 'import moose' + - python -c 'import moose; moose.test( timeout = 10 )' - python -c 'import moogli' - cd __moose-core_build && ctest --output-on-failure diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index 2f7efbea..00000000 --- a/docs/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-minimal \ No newline at end of file -- GitLab