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
(cherry picked from commit 4ae81b7)
  • Loading branch information
Turbo87 authored and rwjblue committed Oct 29, 2018
1 parent 27ca580 commit 5be0dbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -84,7 +84,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 5be0dbe

Please sign in to comment.