Skip to content

Commit

Permalink
chore(travis): test deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecasar committed Aug 1, 2017
1 parent 6de10f6 commit f7a8707
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ before_script:
- npm run lint
script:
- npm run build
- if [[ $TRAVIS_TAG == "" ]]; then FIREBASE_PROJECT_ID=$FIREBASE_PROJECT_ID_DEV; fi;
deploy:
- provider: firebase
edge: true
skip_cleanup: true
project: ${FIREBASE_PROJECT_ID_DEV}
on:
branch: master
tags: false
- provider: firebase
edge: true
skip_cleanup: true
overwrite: true
project: ${FIREBASE_PROJECT_ID}
on:
branch: master
tags: true
# notifications:
# slack: "${SLACK_ACCOUNT}:${SLACK_TOKEN}#${SLACK_ROOM}"

0 comments on commit f7a8707

Please sign in to comment.