branches: only: master language: ruby rvm: - 2.2 - 2.3.3 - 2.4.1 before_install: gem install bundler -v 1.14.6 script: bundle exec rake ci