Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 876aeda

Browse files
author
Nick Litwin
committed
Add qa branch
1 parent 652bdda commit 876aeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require('./node_modules/coffee-script/register')
22

33
if (process.env.TRAVIS_BRANCH == 'master') process.env.ENV = 'PROD'
44
if (process.env.TRAVIS_BRANCH == 'dev') process.env.ENV = 'DEV'
5-
if (process.env.TRAVIS_BRANCH == 'qa') process.env.ENV = 'QA'
5+
if (process.env.TRAVIS_BRANCH == 'qa-integration') process.env.ENV = 'QA'
66

77
process.env.ENV = 'DEV'
88

0 commit comments

Comments
 (0)