Skip to content

Commit

Permalink
[hotfix] use instead of prod for Travis build, take2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 15, 2016
1 parent 7449aa8 commit 3cb737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/js_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ node --version
npm install
npm run lint
npm run test
npm run dev # `npm run dev` was timing out on travis
npm run dev
npm run cover
CODECLIMATE_REPO_TOKEN=5f3a06c425eef7be4b43627d7d07a3e46c45bdc07155217825ff7c49cb6a470c ./node_modules/.bin/codeclimate-test-reporter < ./coverage/lcov.info

0 comments on commit 3cb737f

Please sign in to comment.