Skip to content

Commit

Permalink
Travis Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Benny Ogidan authored and Benny Ogidan committed Oct 19, 2017
1 parent 98bd3cf commit 147a526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:travis": "babel server/src --out-dir server/dist --presets es2015",
"pretest":"npm run undo:migratetest && npm run test:migrate && sequelize db:seed:all",
"test": "export NODE_ENV=test && mocha server/dist/test/*.js --timeout 10000 && export NODE_ENV=development",
"coverage": "export NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=lcovonly mocha --compilers js:babel-register server/src/test/*.js"
"coverage": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text --reporter=lcovonly mocha --compilers js:babel-register server/src/test/*.js"
},
"engines": {
"npm": "5.3.0",
Expand Down

0 comments on commit 147a526

Please sign in to comment.