mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
21 lines
322 B
YAML
21 lines
322 B
YAML
sudo: false
|
|
language: node_js
|
|
dist: trusty
|
|
node_js:
|
|
- "10"
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- google-chrome
|
|
packages:
|
|
- google-chrome-stable fluxbox
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- eslint-cache
|
|
before_script:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
script:
|
|
- "npm test"
|