aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 28a3bded9..9c541129b 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -5,6 +5,6 @@ namespace :ci do
task :deploy do
cp "workspace.war", "/var/lib/tomcat6/webapps/chouette2.war"
end
- task :build => ["db:migrate", "war", "ci:deploy"]
+ task :build => ["db:migrate", "spec", "war", "ci:deploy"]
end