Skip to content

Commit a8faa45

Browse files
author
Colleen Murphy
committed
Add validate and lint tasks to travis script
1 parent 0f09947 commit a8faa45

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)