Skip to content
Snippets Groups Projects
Commit 15fd7c91 authored by Florian Walch's avatar Florian Walch
Browse files

travis.yml: Fix libfranka branch name fallback

parent 62446e60
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ before_script:
cd ~/workspace
git clone https://github.com/frankaemika/libfranka.git
cd libfranka
git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-TRAVIS_BRANCH} || git checkout master
git checkout ${TRAVIS_PULL_REQUEST_BRANCH:-${TRAVIS_BRANCH}} || git checkout develop
git submodule update --init --recursive
- |
cd ~/workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment