Skip to content

Commit

Permalink
Merge pull request redhat-openstack#118 from cmurphy/master
Browse files Browse the repository at this point in the history
Add validate and lint tasks to travis script
  • Loading branch information
Ashley Penney committed Jul 3, 2014
2 parents 7a5f54d + 6b21db8 commit 586207b
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 586207b

Please sign in to comment.