aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haddad2016-11-08 18:25:14 +0100
committerThomas Haddad2016-11-08 18:25:14 +0100
commit8f11b0063432be786bf0257f344c2b3f7ce714f0 (patch)
tree63713ef845414ca0eebe007bad724c3355f07dde
parent1da0bf0708eb981d6c17a76d3e49439580869602 (diff)
downloadchouette-core-8f11b0063432be786bf0257f344c2b3f7ce714f0.tar.bz2
Add npm install for ci task
Signed-off-by: Thomas Shawarma Haddad <thomas.haddad@af83.com>
-rw-r--r--lib/tasks/ci.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index 7fca878b6..2b584c08b 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -3,6 +3,7 @@ namespace :ci do
task :setup do
cp "config/database/jenkins.yml", "config/database.yml"
sh "RAILS_ENV=test rake db:migrate"
+ sh "npm install"
end
def git_branch