Skip to content

Commit

Permalink
.travis: use latest firefox, install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Dec 12, 2015
1 parent 40b6508 commit 97e7fb1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

sudo: false
addons:
firefox: "42"
firefox: "latest"
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: python
python:
- "2.7"
Expand All @@ -29,8 +34,9 @@ matrix:
- python: "3.4"
env: DRIVER=tests/test_zopetestbrowser.py
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
# - sudo apt-get install libxss1 xdg-utils -y
# - 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'
Expand Down

0 comments on commit 97e7fb1

Please sign in to comment.