pokemon-showdown-client/.travis.yml
Guangcong Luo 1a3e03bff6 Bump Node version requirement to 10
Apparently assert.strict doesn't exist on Node 8.
2018-10-16 03:52:16 -05:00

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"