Browse Source

use a newer ubuntu image and the latest firefox (49.0)

tags/2.3.5
dotnetCarpenter 7 years ago
parent
commit
01ec93a885
No account linked to committer's email address
1 changed files with 4 additions and 9 deletions
  1. 4
    9
      .travis.yml

+ 4
- 9
.travis.yml View File

@@ -2,16 +2,11 @@ language: node_js
node_js:
- "node"
script: npm test
# sudo is needed to install the newest firefox
sudo: true
sudo: required
dist: trusty
addons:
firefox: "49.0"
before_install:
- firefox -v
# install newest firefox
- sudo add-apt-repository -y ppa:mozillateam/firefox-next
- sudo apt-get update
#- sudo apt-get -q update
- sudo apt-get install -y firefox
- firefox -v
# Start a display server where all graphical operations happens in memory
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

Loading…
Cancel
Save