This commit is contained in:
Matthias Kretschmann 2018-03-28 16:08:24 +02:00
parent b6e928ebb5
commit d99403d75b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 5 additions and 1 deletions

View File

@ -1,9 +1,13 @@
image: node
image: node:latest
cache:
paths:
- node_modules/
before_script:
- apt-get update -qq
- apt-get install -y libx11-xcb1 libxcomposite1 libxcursor1 libxfixes3 libxdamage1 libxi6
testing:
stage: test
script: