pokemon-showdown-client/.travis.yml
Guangcong Luo 55a8bdf946 Stop testing with testcafe
https://travis-ci.org/Zarel/Pokemon-Showdown-Client/builds/309652819

These sorts of heisenbugs really have no place on the client.
2017-11-30 19:07:11 -05:00

21 lines
321 B
YAML

sudo: false
language: node_js
dist: trusty
node_js:
- "8"
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"