From 31eb53966b55210d4b08eddce29cd69d703b43fb Mon Sep 17 00:00:00 2001 From: Athitya Date: Wed, 5 Jul 2017 22:24:37 +0530 Subject: [PATCH] Updates travis.yml with more lc flag tests --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c34d30..8a8336a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,15 @@ rvm: script: - bundle exec rubocop + - bundle exec rspec - rake install - lc + - lc -d + - lc -f + - lc -sd + - lc -sf + - lc -1 + - lc -r install: - gem install bundler