From 07d6714fe24e0c86563b686a742be23f70fd84ba Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Fri, 7 Apr 2017 16:56:38 -0400 Subject: [PATCH] Update .travis.yml Attempt to get travis working again with relocated tests --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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