Commit 5e9ea72f6de1b43dc08155fd31365754d556ce52

Authored by Laust Rud Jacobsen
1 parent 8b50d716
Exists in master and in 1 other branch production

CI: run rubocop in --lint mode to catch at least syntax errors

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -15,7 +15,9 @@ before_script:
15 15 - mkdir /tmp/data
16 16 - ${PWD}/mongodb-linux-x86_64-2.6.10/bin/mongod --dbpath /tmp/data --bind_ip 127.0.0.1 --auth &> /dev/null &
17 17 - bundle exec rake errbit:bootstrap
18   -script: bundle exec rspec
  18 +script:
  19 + - bundle exec rspec
  20 + - bundle exec rubocop --lint
19 21 matrix:
20 22 allow_failures:
21 23 - rvm: rbx-2
... ...