Commit c586199b4dd59332e5b99fa15a16ea291c5ae19d
1 parent
e518917e
Exists in
colab
and in
2 other branches
Unspecify Kalibro versions on Travis script
Those were added long ago to bypass an kalibro_install issue and are no longer necessary.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -9,8 +9,6 @@ before_script: |
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 |
12 | - - export KALIBRO_PROCESSOR_VERSION=v1.2.1 | |
13 | - - export KALIBRO_CONFIGURATIONS_VERSION=v2.0.0 | |
14 | 12 | - bash install.sh |
15 | 13 | - popd |
16 | 14 | - cp config/database.yml.sample config/database.yml | ... | ... |