Skip to content

Commit

Permalink
[FIX] Travis: Dependency with incorrect branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 16, 2015
1 parent 2a776b7 commit d4c1348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ virtualenv:
install:
- pip install unicodecsv
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone --depth=1 https://github.com/OCA/partner-contact.git ${HOME}/partner-contact
- git clone --depth=1 https://github.com/OCA/partner-contact.git ${HOME}/partner-contact -b ${VERSION}
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
# example: dependency
Expand Down

0 comments on commit d4c1348

Please sign in to comment.