Don't need a bundle install in the ci task
This commit is contained in:
parent
e44eec4a9e
commit
b02e266130
1 changed files with 0 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
|||
desc "Run all specs and features"
|
||||
task :ci => [:environment] do
|
||||
system "bundle install"
|
||||
system "bundle exec rake"
|
||||
end
|
||||
Loading…
Reference in a new issue