Created
May 21, 2014 12:13
-
-
Save saboyutaka/4f3a777ad45b28bf0f70 to your computer and use it in GitHub Desktop.
travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: ruby | |
env: | |
global: | |
- NOKOGIRI_USE_SYSTEM_LIBRARIES=1 | |
- PLAZA_DBUSER=travis | |
rvm: 2.1.0 | |
services: | |
- mysql | |
bundler_args: --without development moxy | |
cache: bundler | |
before_script: | |
- bundle exec rubocop | |
- sudo bin/install_elasticsearch | |
- bundle exec rake db:setup | |
script: bundle exec rspec | |
branches: | |
only: | |
- master | |
- /.+\/master$/ | |
notifications: | |
email: false | |
webhooks: | |
urls: | |
- https://idobata.io/hook/1c18545f-b2dd-4047-8916-14c3e4de020a | |
on_success: never | |
on_failure: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment