diff options
| author | Alban Peignier | 2012-04-16 09:03:08 +0200 | 
|---|---|---|
| committer | Alban Peignier | 2012-04-16 09:03:08 +0200 | 
| commit | bf8c2560775d15803ba4967936917d0a18deee4c (patch) | |
| tree | e4eb32f88e332b3c04f74ea575207654ac6354f0 /lib/tasks/ci.rake | |
| parent | 35e03fb3188610308d9127a9bab878c2234b22db (diff) | |
| download | chouette-core-bf8c2560775d15803ba4967936917d0a18deee4c.tar.bz2 | |
Create war during ci build. Refs #8
Diffstat (limited to 'lib/tasks/ci.rake')
| -rw-r--r-- | lib/tasks/ci.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 098427389..a7a4a7888 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -2,6 +2,6 @@ namespace :ci do    task :prepare do      cp "config/database.yml.ccontrol", "config/database.yml"    end -  task :build => ["db:migrate", "spec"] +  task :build => ["db:migrate", "war"]  end | 
