Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardodino committed Sep 2, 2018
1 parent ac67e5d commit 9f9394c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
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
script:
- npm run lint
- npm run build
deploy:
skip_cleanup: true
provider: firebase
on:
repo: fac-unb/campus-online
branch: master
token:
secure: yEtFydA10rarEtDAO3NoMaHZswm1MM3/NWEcUztU/LFe0Lp1g/vOZPCf34wqm4hhFYqIxnzyYLaR6eCCN9fWA+FZS2k0P3grA9CClQmDId/KZn3zbI5/PRDOfzThDyoRQxLVpuQnX29hjxpRogpVpBd/3BEetCWoM79ZHsWD2v3kNs63vdFpAaKqBKXICt8gD144zR8RIhBz1kIAKq7q5FGkQn5kneXb1C5o9Ld8UwxemdSh6koBI4gto0JyfHRQC4qBpcC+SM99szvOzB6Cylbk2knGGpBz9Q+oTgZge9KfDoGHE+Zquok7wlEDbxmh7JknJOhuDckr5H7sBCnQi2tXRawYioYa+tdxUbkoaEEqBlEbytzEYI+fFoZv/OiXxutlPT7e0Sk+NAu6eOq3dFvkL2VNzG9kscEY56cdY3QTmxakG7ZIoWuLGZFxeMSZ7BK7sBV3dlOlvara1G1IpwH+c324J1BNiEy0EKYiBrOkVZENv/iz9nrY5oA5zpVjWCIdwLtHKcELlK9nk8VoVkealHhroNDJskhpVZ2F7MsQZ8RLLUU8ocwhTVKlJoOyHL1QKaLlAYHTnjdL355W7ga9xYnTeJmW+HVphZkqN1kYCFK2typa46IXfsPMNH3MUnNZ6SG093pYdI+KthvMmjbqQqCXk+mCu3rE/LOHtNo=

0 comments on commit 9f9394c

Please sign in to comment.