Skip to content

Commit

Permalink
force apt actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gildegoma committed Mar 10, 2013
1 parent 148a712 commit c79c5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: python
before_install:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- sudo apt-get update
- sudo apt-get install google-chrome-stable
- sudo apt-get update --force-yes
- sudo apt-get install google-chrome-stable --force-yes
script:
- ./inspect
- file `which chromium-browser`
Expand Down

0 comments on commit c79c5bf

Please sign in to comment.