Commit 0995444d2859040077cc1d8d985b73fed177fca7

Authored by Pedro
2 parents 7806b739 0ca8a298

Merge pull request #229 from mezuro/kalibro_install_update

kalibro_install is cloned from github instead of gist for travis script
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -5,7 +5,7 @@ addons:
5 5 postgresql: "9.3"
6 6  
7 7 before_script:
8   - - git clone https://gist.github.com/6179925.git -b v2.3 kalibro_install
  8 + - git clone https://github.com/mezuro/kalibro_install.git -b v2.3 kalibro_install
9 9 - pushd kalibro_install
10 10 # Remove bugged libzmq3 package, see https://github.com/travis-ci/travis-ci/issues/982 and https://github.com/travis-ci/travis-ci/issues/1715 for details
11 11 - sudo apt-get remove libzmq3
... ...