diff --git a/services/contacts/.travis.yml b/services/contacts/.travis.yml deleted file mode 100644 index 6f9b984892..0000000000 --- a/services/contacts/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: node_js - -node_js: - - "0.10" - -before_install: - - npm install -g grunt-cli - -install: - - npm install - - grunt install - -before_script: - - grunt forever:app:start - -script: - - grunt test:unit - - grunt test:acceptance - -services: - - mongodb