Skip to content

Commit

Permalink
Travis, potentially
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi committed Mar 19, 2017
1 parent 92ea47a commit eb7f2e6
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "zync-b3bce"
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
public/
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js

branches:
only:
- master

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

script:
- jekyll build --destination public/

after_success:
- firebase deploy --token={FIREBASE_TOKEN}
5 changes: 5 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hosting": {
"public": "public"
}
}

0 comments on commit eb7f2e6

Please sign in to comment.