language: ruby rvm: - 2.2 branches: only: - master - wip script: - bundle exec cane - bundle exec rubocop - bundle exec rake spec:unit