Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit f1ea194

Browse files
author
Matt Moran
committed
test(deploy): test travis deploy to firebase
test travis deploy to firebase
1 parent 495b778 commit f1ea194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var branch = process.env.TRAVIS_BRANCH,
55
pr_branch = process.env.TRAVIS_PULL_REQUEST_BRANCH;
66

77
if (
8-
(branch == 'develop' && (!pr || pr == 'false') )
8+
(branch == 'develop' ) // && (!pr || pr == 'false') )
99
) {
1010
deployToFirebase('dev');
1111
} else if (branch == 'master' && (!pr || pr == 'false')) {

0 commit comments

Comments
 (0)