Skip to content

Commit

Permalink
Force yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 2, 2019
1 parent 5fcdf3a commit c0d46d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ before_install:
# Use sed to replace the SSH URL with the public URL, then initialize submodules
- sed -ie 's/[email protected]:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
- npm install -g yarn
- npm install -g yarn@1.16.0

install:
- nvm install 10
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clone_script:

install:
- ps: Install-Product node 10 x64
- npm install -g yarn
- npm install -g yarn@1.16.0
- yarn install
- cd drawio/src/main/webapp
- yarn install
Expand Down

0 comments on commit c0d46d9

Please sign in to comment.