Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Aug 14, 2019
1 parent fb0c436 commit 4a83868
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- node

before_script:
- npm install -g firebase-tools
script:
- TOKEN="$(echo -n $B64_FIREBASE_TOKEN | base64 -d)"
- firebase deploy --token $TOKEN --project "onionfruit-connect"
branches:
only:
- master

0 comments on commit 4a83868

Please sign in to comment.