regexper-static/.travis.yml

11 lines
173 B
YAML
Raw Normal View History

language: node_js
node_js:
2017-07-29 22:05:51 +00:00
- "node"
2017-07-29 22:12:11 +00:00
addons:
firefox: "latest"
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3
script: yarn test