Commit bb5054f13042ead6aec9b054670935ed4bd4d6cb
Exists in
colab
and in
4 other branches
Merge pull request #80 from mezuro/fix_travis
Fix travis
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
.travis.yml
... | ... | @@ -5,7 +5,7 @@ rvm: |
5 | 5 | before_script: |
6 | 6 | - "cp config/database.yml.sample config/database.yml" |
7 | 7 | - "bundle exec rake db:migrate RAILS_ENV=test" |
8 | - - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v0.4 kalibro_install | |
8 | + - git clone https://gist.github.com/0c4ad3b5700c6364abf1.git -b v1.0 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 | ... | ... |
README.rdoc
... | ... | @@ -57,7 +57,7 @@ platform with Mezuro Plugin actived to access Kalibro Web Service. |
57 | 57 | * Services (job queues, cache servers, search engines, etc.) |
58 | 58 | |
59 | 59 | Kalibro Web Service 1.0 r6 |
60 | - You can find a script to install it on Ubuntu at https://gist.github.com/rafamanzo/6179925/91908b8f1fe291db0ae90a3b6998f5fbb1fa671a (if you're brave https://gist.github.com/rafamanzo/6179925/ shows a unstable script with JBoss instead of Tomcat) | |
60 | + You can find a script to install it on Ubuntu at https://gist.github.com/m45t3r/0c4ad3b5700c6364abf1/f77701622ddc1d54d84757cc9ab59811e0ad6124 (if you're brave https://gist.github.com/rafamanzo/6179925/ shows a unstable script with JBoss instead of Tomcat) | |
61 | 61 | |
62 | 62 | Kalibro Gatekeeper |
63 | 63 | You can find a script to install it on any machine with Rails on https://gist.github.com/rafamanzo/9859244. After running this script, run ```unset BUNDLE_GEMFILE```. | ... | ... |