.travis.yml 241 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 language: ruby rvm: - 1.9.3 - 2.0.0 services: - elasticsearch script: bundle exec rake test before_script: - psql -c 'create database searchkick_test;' -U postgres notifications: email: on_success: never on_failure: change