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

[travis] [travis] reapply template

parent 3f9a03b2
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ before_install:
# workaround for gnutls bug is using git built against curl-openssl (cannot go into apt script below)
- sudo -E rm /etc/apt/sources.list.d/*git*.list
- sudo -E add-apt-repository -y ppa:pymor/travis && sudo -E aptitude update && sudo -E aptitude install git -yq
- test -d ${SUPERDIR}/ || git clone --branch=core_release_2.5 https://github.com/dune-community/dune-xt-super.git ${SUPERDIR}/
- test -d ${SUPERDIR}/ || git clone https://github.com/dune-community/dune-xt-super.git ${SUPERDIR}/
- cd ${SUPERDIR}/
- git submodule update --init --recursive
- git submodule status ; git status
......
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