Update .travis.yml

Attempt to get travis working again with relocated tests
This commit is contained in:
Mark VanderVoord
2017-04-07 16:56:38 -04:00
committed by GitHub
parent 2af7c7de43
commit 07d6714fe2
+3 -1
View File
@@ -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