Skip to content

Commit 0e8a608

Browse files
committed
updated travis
1 parent 873f929 commit 0e8a608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ script:
99
- npm run go
1010
after_success:
1111
- npm run coverage
12-
- test $TRAVIS_BRANCH = "third-edition" && firebase deploy --token $FIREBASE_TOKEN --non-interactive
12+
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && firebase deploy --token $FIREBASE_TOKEN --non-interactive
1313
notifications:
1414
email:
1515
on_failure: change

0 commit comments

Comments
 (0)