diff --git a/.travis.yml b/.travis.yml index 3dda6e8..9b7fd4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ before_install: install: - bundle install + - gem install rspec + - gem install rubocop script: - - bundle exec cd test && rake ci + - cd test && rake ci