mirror of
https://github.com/jlengrand/d3-progress-meter.git
synced 2026-03-10 08:11:18 +00:00
Update Firefox to 49.0.2 and make wct happy again
This commit is contained in:
@@ -3,7 +3,10 @@ sudo: false
|
||||
node_js:
|
||||
- node
|
||||
addons:
|
||||
firefox: '42.0'
|
||||
firefox: '49.0.2'
|
||||
apt:
|
||||
packages:
|
||||
- oracle-java8-installer
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
@@ -16,4 +19,4 @@ before_script:
|
||||
- polylint
|
||||
- export PATH=$PWD/node_modules/.bin:$PATH
|
||||
script:
|
||||
- xvfb-run wct
|
||||
- JAVA_HOME=/usr/lib/jvm/java-8-oracle PATH=/usr/lib/jvm/java-8-oracle/bin:$PATH xvfb-run wct
|
||||
|
||||
Reference in New Issue
Block a user