mightyscape-1.2/extensions/fablabchemnitz/animate_order/vivus-0.4.6/.travis.yml

9 lines
190 B
YAML
Raw Normal View History

2022-11-04 22:26:10 +01:00
language: node_js
node_js:
- 'stable'
script: npm run lint && npm run test
before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start