Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
fix: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-maulana-tkp committed Sep 24, 2020
1 parent 682d079 commit 77a5651
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ branches:
only:
- master
- /^greenkeeper/.*$/
- /^renovate/.*$/

cache:
yarn: true
directories:
- node_modules

before_install:
- npm install -g pnpm

install:
- yarn install
- pnpm install

script:
- yarn build
- pnpm run build

deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit 77a5651

Please sign in to comment.