Skip to content
Snippets Groups Projects
Commit 96e8672e authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Some tweaks to travis.

parent 61552d75
No related branches found
No related tags found
No related merge requests found
......@@ -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'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment