diff --git a/.idea/workspace.xml b/.idea/workspace.xml index deb74af..36741c6 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,8 @@ - - - + + @@ -62,7 +61,7 @@ - + @@ -74,6 +73,15 @@ + + + + + + + + + @@ -174,6 +182,7 @@ @@ -288,12 +297,12 @@ - + - @@ -554,5 +563,12 @@ + + + + + + + \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..32d874a --- /dev/null +++ b/.travis.yml @@ -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" \ No newline at end of file