Skip to content

Commit 5344f52

Browse files
author
Colleen Murphy
committed
Add validate and lint tasks to travis script
1 parent e08ad47 commit 5344f52

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)