Skip to content

Commit

Permalink
Travis will check for syntax validation and style before specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoneycutt committed Feb 1, 2014
1 parent bb9b752 commit 9dc9231
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
Expand Up @@ -4,7 +4,7 @@ branches:
- master
language: ruby
bundler_args: --without development
script: bundle exec rake spec SPEC_OPTS='--format documentation'
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- .forge-releng/publish
Expand Down

0 comments on commit 9dc9231

Please sign in to comment.