Skip to content
Snippets Groups Projects
Commit 72dcc479 authored by jcarpent's avatar jcarpent
Browse files

[Travis] Remove travis_wait - not needed anymore

parent 37cf01c3
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ install:
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- sudo free -m -t
- travis_wait 60 ./.travis/run ../travis_custom/custom_build
- ./.travis/run ../travis_custom/custom_build
after_failure: ./.travis/run after_failure
after_success:
- ./.travis/run after_success
......
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