Skip to content

Commit

Permalink
Add validate and lint tasks to travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
Colleen Murphy committed Jul 3, 2014
1 parent 698d3a8 commit f719968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit f719968

Please sign in to comment.