Add validate and lint tasks to travis script

This commit is contained in:
Colleen Murphy 2014-07-03 09:53:58 -07:00
parent c1744f25fc
commit 4df5590f50

View file

@ -1,7 +1,7 @@
---
language: ruby
bundler_args: --without development
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include: