Commit 8a2b93d356a3972c7826a658cc41c3cc8919329a

Authored by Rafael Manzo
1 parent 4efefa98

Travis script no longer installs Kalibro Java

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
.travis.yml
... ... @@ -6,12 +6,6 @@ before_script:
6 6 - "cp config/database.yml.sample config/database.yml"
7 7 - "cp config/kalibro_processor.yml.sample config/kalibro_processor.yml"
8 8 - "bundle exec rake db:migrate RAILS_ENV=test"
9   - - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v1.0 kalibro_install
10   - - pushd kalibro_install
11   - # 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
12   - - sudo apt-get remove libzmq3
13   - - bash install.sh
14   - - popd
15 9 - cp features/support/kalibro_cucumber_helpers.yml.sample features/support/kalibro_cucumber_helpers.yml
16 10 # Configurations
17 11 - git clone https://github.com/mezuro/kalibro_configurations.git -b integrating_with_prezento kalibro_configurations
... ...