Skip to content

Instantly share code, notes, and snippets.

@saboyutaka
Created May 21, 2014 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saboyutaka/4f3a777ad45b28bf0f70 to your computer and use it in GitHub Desktop.
Save saboyutaka/4f3a777ad45b28bf0f70 to your computer and use it in GitHub Desktop.
travis.yml
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