mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 00:14:03 +01:00
Stop using old OS on Travis (#6930)
This commit is contained in:
committed by
Evert Timberg
parent
2dd0c2f8fe
commit
1eb959c20c
@@ -4,8 +4,9 @@ node_js:
|
||||
|
||||
before_install:
|
||||
- "export CHROME_BIN=/usr/bin/google-chrome"
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
services:
|
||||
- xvfb
|
||||
|
||||
script:
|
||||
- gulp build
|
||||
@@ -16,7 +17,6 @@ script:
|
||||
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls || true
|
||||
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
addons:
|
||||
chrome: stable
|
||||
|
||||
Reference in New Issue
Block a user