Skip to content
Snippets Groups Projects
Commit 46c7ce44 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[travis] --disable-parallel

parent 65773ea3
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ before_install: ...@@ -48,7 +48,7 @@ before_install:
install: install:
- cd $HOME/src - cd $HOME/src
#- export INST_DCTRL=$HOME/dune/bin/dunecontrol #- export INST_DCTRL=$HOME/dune/bin/dunecontrol
- export SRC_DCTRL=$PWD/dune-common/bin/dunecontrol - export SRC_DCTRL="$PWD/dune-common/bin/dunecontrol --disable-parallel"
- ${SRC_DCTRL} ${BLD} all - ${SRC_DCTRL} ${BLD} all
# move my travis checkout into this source tree # move my travis checkout into this source tree
- cp -ra ${TRAVIS_BUILD_DIR} . - cp -ra ${TRAVIS_BUILD_DIR} .
......
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