Skip to content

Commit c397688

Browse files
author
Ashley Penney
committed
Merge pull request #534 from cmurphy/master
Add validate and lint tasks to travis script
2 parents 6c5d077 + a8faa45 commit c397688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
language: ruby
33
bundler_args: --without development
4-
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
4+
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
55
matrix:
66
fast_finish: true
77
include:

0 commit comments

Comments
 (0)