Skip to content

Commit

Permalink
Install microsoft-edge-dev in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Jan 14, 2021
1 parent f2e85e1 commit 661b5ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ dist: xenial

install: true

before_install:
- curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
- sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
- sudo sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list'
- sudo rm microsoft.gpg
- sudo apt update
- sudo apt install microsoft-edge-dev

services:
- xvfb

Expand Down

0 comments on commit 661b5ad

Please sign in to comment.