[hotfix] use instead of prod for Travis build

This commit is contained in:
Maxime Beauchemin 2016-10-15 07:58:41 -07:00
parent 7a3bcc227c
commit 7449aa813b

View File

@ -6,6 +6,6 @@ node --version
npm install
npm run lint
npm run test
npm run prod
npm run dev # `npm run dev` was timing out on travis
npm run cover
CODECLIMATE_REPO_TOKEN=5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info