Skip to content
Snippets Groups Projects
Unverified Commit d5dced34 authored by Florian Walch's avatar Florian Walch Committed by GitHub
Browse files

Merge pull request #8 from fwalch/travis-fix

travis.yml: Fix libfranka branch name fallback
parents 62446e60 15fd7c91
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