Skip to content

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbecker1 committed Apr 1, 2020
1 parent f1476b2 commit ddbbdcc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: node_js
node_js:
- "stable"

branches:
only:
- master

before_script:
- npm install -g firebase-tools
- npm install

script:
- CI=false npm run build
- firebase deploy --only hosting --token $FIREBASE_DEPLOY_TOKEN

after_script:
- echo "Done"

0 comments on commit ddbbdcc

Please sign in to comment.