Skip to content

Commit

Permalink
Don't deploy to firebase for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarberry authored Dec 26, 2016
1 parent fc31b82 commit 5717e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ script:

after_success:
- cd website
# To deploy to Firebase automatically, uncomment the line below
- firebase deploy --token $FIREBASE_TOKEN
# Deploy to Firebase
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then firebase deploy --token $FIREBASE_TOKEN; fi'

0 comments on commit 5717e77

Please sign in to comment.