Skip to content

Commit

Permalink
Revert "Force yarn version"
Browse files Browse the repository at this point in the history
This reverts commit c0d46d9.
  • Loading branch information
davidjgraph committed Aug 2, 2019
1 parent de77d76 commit 3d46dac
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@1.16.0
- npm install -g yarn

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@1.16.0
- npm install -g yarn
- yarn install
- cd drawio/src/main/webapp
- yarn install
Expand Down

0 comments on commit 3d46dac

Please sign in to comment.