Skip to content

Commit

Permalink
Move travis to trusty
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Apr 14, 2016
1 parent 8da9b87 commit 8ea4a4c
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: true
sudo: required
dist: trusty
language: node_js
env:
global:
Expand All @@ -9,24 +10,14 @@ addons:
# From some tests it seems you can only have one firefox addon.
# Adding two results in the last one defined being the one installed.
firefox: latest
# Current broken on Travis 15/March/2016
#apt:
# sources:
# - google-chrome
# packages:
# - google-chrome-stable
# - google-chrome-beta
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
- google-chrome-beta

before_install:
# Chrome Stable
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list
- sudo apt-get update -qq
- sudo apt-get install -y google-chrome-stable

# Beta currently has dependencies that can't be met
# - sudo apt-get install -y google-chrome-beta

# Get firefbox beta and extract to tar for the test runner to use.
- wget 'https://download.mozilla.org/?product=firefox-beta-latest&lang=en-US&os=linux64' -O firefox-beta.tar.bz2 && tar xvjf firefox-beta.tar.bz2

Expand Down

0 comments on commit 8ea4a4c

Please sign in to comment.