From 41756cf0ff71ef72b7577146403733b39db97a7c Mon Sep 17 00:00:00 2001 From: febbweiss Date: Thu, 1 Oct 2015 09:10:38 +0000 Subject: [PATCH] Fix: disabled auto deployement --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81bdb5d..ac298e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_script: - bower install after_success: - 'cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js' - - 'curl "http://technical.viadeo-playground.com/deploy/update?secret_key=$PASSWORD&site=cloudbudget_angularjs"' \ No newline at end of file + #- 'curl "http://technical.viadeo-playground.com/deploy/update?secret_key=$PASSWORD&site=cloudbudget_angularjs"' \ No newline at end of file