Skip to content

Commit 5be0dbe

Browse files
Turbo87Robert Jackson
authored andcommitted
CI: Use EMBER_ENV=production for Node.js tests
(cherry picked from commit 4ae81b7)
1 parent 27ca580 commit 5be0dbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- TEST_SUITE=built-tests
8585
- EMBER_ENV=production
8686
- env: TEST_SUITE=old-jquery-and-extend-prototypes
87-
- env: TEST_SUITE=node
87+
- env:
88+
- TEST_SUITE=node
89+
- EMBER_ENV=production
8890
node_js: "6"
8991
- env: TEST_SUITE=blueprints
9092
node_js: "6"

0 commit comments

Comments
 (0)