mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Fix Build Failed in Travis CI:
This commit set trusty as image to use and revert this commit changes Add xvfb as service: 3c31460f2fd193864fdc69781d8041f1626b6937 Remove failing script: d5cb60b19cea7851b0d42ee2d028b136b08a6ec1
This commit is contained in:
parent
3c31460f2f
commit
34698751f2
@ -1,12 +1,12 @@
|
|||||||
|
dist: trusty
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "8"
|
||||||
services:
|
|
||||||
- xvfb
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn danger ci
|
- yarn danger ci
|
||||||
- npm install grunt-cli -g
|
- npm install grunt-cli -g
|
||||||
- "export DISPLAY=:99.0"
|
- "export DISPLAY=:99.0"
|
||||||
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- sleep 5
|
- sleep 5
|
||||||
script:
|
script:
|
||||||
- grunt
|
- grunt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user