Skip to content

Commit

Permalink
CI: Use EMBER_ENV=production for Node.js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Oct 18, 2018
1 parent fcd862a commit 4ae81b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
- TEST_SUITE=built-tests
- EMBER_ENV=production
- env: TEST_SUITE=old-jquery-and-extend-prototypes
- env: TEST_SUITE=node
- env:
- TEST_SUITE=node
- EMBER_ENV=production
node_js: "6"
- env: TEST_SUITE=blueprints
node_js: "6"
Expand Down

0 comments on commit 4ae81b7

Please sign in to comment.