Skip to content

Commit

Permalink
trying a different travis config for firebase deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Mira committed Jul 28, 2017
1 parent c938575 commit eea96d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ before_script:
- git config --global user.name "TravisCI"
- git config --global user.email "[email protected]"
- npm install -g firebase-tools
- npm install -g yarn

script:
- npm install
- npm run build
- yarn
- yarn run build

after_success:
- firebase deploy --token=${FIREBASE_API_TOKEN}
- firebase deploy --token=${FIREBASE_API_TOKEN} --non-interactive

0 comments on commit eea96d8

Please sign in to comment.