From a8faa45723d3909a200b50ed3a0b7c102266a9e2 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Thu, 3 Jul 2014 09:53:52 -0700 Subject: [PATCH] Add validate and lint tasks to travis script --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c72d5e2..a40ae50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ --- language: ruby bundler_args: --without development -script: "bundle exec rake spec SPEC_OPTS='--format documentation'" +script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: