language: ruby rvm: - 2.0 - 2.1 - 2.2 branches: only: - master - wip script: - bundle exec rake test:style - bundle exec rake spec:unit