Skip to content

Commit

Permalink
ci(2): adjust install cmd
Browse files Browse the repository at this point in the history
see #91
  • Loading branch information
duncdrum committed Jul 30, 2021
1 parent 54af984 commit 3b7376a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
- node --version && yarn --version && python --version

install:
- yarn
- yarn install --ignore-engines

script:
- yarn build
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ install:
- cmd: PowerShell.exe "Install-Product node $env:nodejs_version"
- node --version && yarn --version && python --version
- sh: sudo apt-get --yes install libx11-dev libxkbfile-dev rpm
- cmd: yarn
- sh: yarn
- cmd: yarn install --ignore-engines
- sh: yarn install --ignore-engines

build_script:
- yarn build && yarn package

0 comments on commit 3b7376a

Please sign in to comment.