Skip to content

Commit

Permalink
Set NODE_ENV in appveyor.yml, and try removing 'env' from .travis.yml…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Mar 24, 2018
1 parent 4f4f055 commit c7be9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,3 @@ branches:
notifications:
email:
- [email protected]

env:
- NODE_ENV=production
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

# Test against these versions of Node.js.
environment:
NODE_ENV: production
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
Expand All @@ -34,7 +35,7 @@ test_script:
- node --version
- npm --version
# Run the actual tests.
- SET NODE_ENV=production && npm run custom-tests && SET NODE_ENV=production && node ./node_modules/mocha/bin/mocha test/*.benchmark.js
- npm run custom-tests && node ./node_modules/mocha/bin/mocha test/*.benchmark.js


# Don't actually build.
Expand Down

0 comments on commit c7be9c1

Please sign in to comment.