Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: circle ci, thanks victor!
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jul 11, 2017
1 parent ebaf9a0 commit b074966
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@ machine:
dependencies:
pre:
- google-chrome --version
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome.deb || true
- sudo apt-get update
- sudo apt-get --only-upgrade install google-chrome-stable
- sudo apt-get install -f
- sudo apt-get install --only-upgrade lsb-base
- sudo dpkg -i google-chrome.deb
- google-chrome --version

test:
override:
- npm run test
- npm run test:interop

0 comments on commit b074966

Please sign in to comment.