Skip to content
Snippets Groups Projects
Unverified Commit cd4a650e authored by René Fritze's avatar René Fritze
Browse files

Revert "[travis] use our local/bin with py3 as a workaround"

This reverts commit a17f78eb.
parent a17f78eb
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ before_install:
- git submodule update --init --recursive
- git submodule status
# our local scripts look for an OPTS env entry
- python3 ./local/bin/download_external_libraries.py
- python3 ./local/bin/build_external_libraries.py
- ./local/bin/download_external_libraries.py
- ./local/bin/build_external_libraries.py
# ensures ${MY_MODULE} from travis own checkout is used
- echo removing modules ${MODULES_TO_DELETE}
- rm -rf ${MODULES_TO_DELETE} ${MY_MODULE}
......
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