Skip to content

Commit

Permalink
ci: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyoki committed Sep 6, 2021
1 parent 2d2f16a commit 7fbc051
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ language: node_js
node_js:
- 14

cache: npm
cache: yarn

branches:
only:
- main

env:
- HUSKY=0

install:
- npm ci
- yarn install --frozen-lockfile

script:
- npm build
- yarn build

after_success: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc

Expand Down

0 comments on commit 7fbc051

Please sign in to comment.