diff --git a/.travis.yml b/.travis.yml index a9f345a..673583d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,9 @@ before_script: - mkdir /tmp/data - ${PWD}/mongodb-linux-x86_64-2.6.10/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null & - bundle exec rake errbit:bootstrap -script: bundle exec rspec +script: + - bundle exec rspec + - bundle exec rubocop --lint matrix: allow_failures: - rvm: rbx-2 -- libgit2 0.21.2