summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-04 14:55:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-04 14:55:57 -0700
commitb076d75abcce4d15aebc0e90deead79e6758ff2e (patch)
tree9f09b9aa25fca2d011e791a187e70010bd3ef233
parent363ac93b651b70dba264cce70c9021217b78cdb2 (diff)
downloadlibyajl2-gem-b076d75abcce4d15aebc0e90deead79e6758ff2e.tar.gz
break travis up
-rw-r--r--Rakefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 50edd1f..34340c6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -125,7 +125,10 @@ end
desc 'Run all style checks'
task :style => ['style:rubocop', 'style:reek']
-desc 'Run all tests on Travis'
-task :travis => ['style', 'spec', 'integration:cloud']
+desc 'Run style + spec tests by default on travis'
+task :travis => ['style', 'spec']
+
+desc 'Run style, spec and test kichen on travis'
+task :travis_all => ['style', 'spec', 'integration:cloud']
task :default => ['style', 'spec', 'integration:vagrant']