summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-08 17:49:46 -0200
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-10-08 17:49:46 -0200
commit3638955c43d114aa17bb0b72660506af5a5f7a54 (patch)
tree50f25cd166f84af6c7267e1446f179c11031616b
parent2b5fa4fdc7c3b4c2fecb7327484f8d861cc2e68d (diff)
downloadsvg.js-3638955c43d114aa17bb0b72660506af5a5f7a54.tar.gz
svg.js-3638955c43d114aa17bb0b72660506af5a5f7a54.zip
install newest firefox on travis currently we use 38.0 but the current version is 49.0
-rw-r--r--.travis.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9c2e44a..ac03829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,14 @@ language: node_js
node_js:
- "node"
script: npm test
+# sudo is needed to install the newest firefox
sudo: true
before_install:
+ # 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
+ # Start a display server where all graphical operations happens in memory
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- - sudo apt-get -qq update
- - sudo apt-get install -y firefox