Merge pull request #203 from cmurphy/master

Add validate and lint tasks to travis script
This commit is contained in:
Ashley Penney 2014-07-03 17:43:22 -04:00
commit a6fc85aa67

View file

@ -1,7 +1,7 @@
--- ---
language: ruby language: ruby
bundler_args: --without development 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: matrix:
fast_finish: true fast_finish: true
include: include: