Skip to content

Commit

Permalink
Fix for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Jun 11, 2024
1 parent 2568e88 commit e3dd27c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- stage: test
install:
- yarn install
- yarn install --immutable
script:
- yarn test

Expand All @@ -57,7 +57,7 @@ jobs:
stage: deploy
install:
- yarn version --new-version $TRAVIS_TAG --no-git-tag-version
- yarn install
- yarn install --immutable
script:
- yarn build:testnet
deploy:
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules

0 comments on commit e3dd27c

Please sign in to comment.