We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25a4dff + 0e8a608 commit 89c8cc0Copy full SHA for 89c8cc0
.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