We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873f929 commit 0e8a608Copy full SHA for 0e8a608
.travis.yml
@@ -9,7 +9,7 @@ script:
9
- npm run go
10
after_success:
11
- npm run coverage
12
- - test $TRAVIS_BRANCH = "third-edition" && firebase deploy --token $FIREBASE_TOKEN --non-interactive
+ - test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && firebase deploy --token $FIREBASE_TOKEN --non-interactive
13
notifications:
14
email:
15
on_failure: change
0 commit comments