diff --git a/.travis.yml b/.travis.yml index 895907f..dde1b3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,12 +6,6 @@ before_script: - "cp config/database.yml.sample config/database.yml" - "cp config/kalibro_processor.yml.sample config/kalibro_processor.yml" - "bundle exec rake db:migrate RAILS_ENV=test" - - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v1.0 kalibro_install - - pushd kalibro_install - # 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 - - sudo apt-get remove libzmq3 - - bash install.sh - - popd - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml # Configurations - git clone https://github.com/mezuro/kalibro_configurations.git -b integrating_with_prezento kalibro_configurations -- libgit2 0.21.2