Skip to content

Commit 7789a90

Browse files
author
Ashley Penney
committed
Merge pull request #175 from cmurphy/master
Add validate and lint tasks to travis script
2 parents 67e01b2 + 5344f52 commit 7789a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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)