Rakefile in libyajl2-0.1.15 vs Rakefile in libyajl2-0.1.16

- old
+ new

@@ -203,11 +203,11 @@ desc 'Run all style checks' task :style => ['style:rubocop', 'style:reek'] desc 'Run style + spec tests by default on travis' -task :travis => ['compile', 'spec', 'style'] +task :travis => ['prep', 'compile', 'spec', 'style'] desc 'Run style, spec and test kichen on travis' -task :travis_all => ['compile', 'spec', 'integration:cloud', 'style'] +task :travis_all => ['prep', 'compile', 'spec', 'integration:cloud', 'style'] -task :default => ['compile', 'spec', 'integration:vagrant', 'style'] +task :default => ['prep', 'compile', 'spec', 'integration:vagrant', 'style']