Browse Source

Switch to anybox branches, now that Jean-Sebastien have merged them

pull/88/head
Alexis de Lattre 8 years ago
parent
commit
cd874409de
  1. 4
      .travis.yml

4
.travis.yml

@ -32,8 +32,8 @@ install:
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- pip install phonenumbers py-Asterisk SOAPpy
- hg clone http://bitbucket.org/juris_malinens/web_action_request -b ${VERSION} ${HOME}/web_action_request # Pull request is not merged in anybox
- hg clone http://bitbucket.org/juris_malinens/bus_enhanced -b ${VERSION} ${HOME}/bus_enhanced # Pull request is not merged in anybox
- hg clone http://bitbucket.org/anybox/web_action_request -b ${VERSION} ${HOME}/web_action_request
- hg clone http://bitbucket.org/anybox/bus_enhanced -b ${VERSION} ${HOME}/bus_enhanced
script:
- travis_run_tests

Loading…
Cancel
Save