Skip to content
Snippets Groups Projects
Commit 9f19fd2f authored by Justin Carpentier's avatar Justin Carpentier
Browse files

Merge pull request #55 from fvalenza/topic/travisStalledBuilds

[travis] Give travis more time for executing full build
parents 0622e248 9eb0da9a
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ allow_failures:
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- sudo free -m -t
- ./.travis/run ../travis_custom/custom_build
- travis_wait ./.travis/run ../travis_custom/custom_build
after_success: ./travis/run after_success
after_failure: ./.travis/run after_failure
before_install: ./travis_custom/custom_before_install
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment