remove npm install --dev

This commit is contained in:
Romain Beaumont 2015-03-29 17:56:25 +02:00
parent 23945f54c3
commit b8742032b9

View file

@ -1,9 +1,6 @@
machine: machine:
node: node:
version: 0.10.28 version: 0.10.28
dependencies:
override:
- npm install --dev
test: test:
override: override:
- node_modules/.bin/mocha -g "packets" - node_modules/.bin/mocha -g "packets"