2020-04-22 13:11:48 +02:00
|
|
|
dist: bionic
|
2013-07-28 23:24:04 +02:00
|
|
|
language: node_js
|
2017-06-13 12:22:02 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
addons:
|
2018-05-29 12:00:23 +02:00
|
|
|
chrome: stable
|
2013-07-28 23:24:04 +02:00
|
|
|
node_js:
|
2020-04-22 13:11:48 +02:00
|
|
|
- "14"
|
2020-04-07 17:03:45 +02:00
|
|
|
install: make node_modules
|
2020-04-22 13:11:48 +02:00
|
|
|
services:
|
|
|
|
- xvfb
|
|
|
|
before_script:
|
|
|
|
- export DISPLAY=:99.0
|
|
|
|
script: make check ARGS=--single-run
|