Skip to content

Commit

Permalink
upadte for travis to use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Nov 11, 2020
1 parent c30a16a commit d6957a7
Show file tree
Hide file tree
Showing 3 changed files with 7,163 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,6 @@
node_modules
.idea
.vscode
yarn.lock
yarn-error.log*
dist
/polyfilled.js
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +12,8 @@ script:
before_deploy:
- export DIST_TAG=$(node travis/getNpmDistTag.js)
- "echo NPM DIST TAG: $DIST_TAG"
# @see https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn
cache: yarn
deploy:
provider: npm
email: contact@hubertviktor.com
Expand Down

0 comments on commit d6957a7

Please sign in to comment.