Skip to content

Commit

Permalink
chore(build): move to yarn in order to handle specific version of ser…
Browse files Browse the repository at this point in the history
…vice worker

Closes #23
  • Loading branch information
davinkevin committed Aug 23, 2017
1 parent 5af71c8 commit c5b66f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: node_js
node_js: 7

cache:
yarn: true
directories:
- node_modules
- bower_components
Expand All @@ -18,10 +19,11 @@ addons:
- g++-4.8

install:
- npm install
- yarn

script: echo "Deploying!"

before_deploy: npm run build
before_deploy: yarn build

deploy:
- provider: firebase
Expand Down

0 comments on commit c5b66f0

Please sign in to comment.