omi/.travis.yml

19 lines
271 B
YAML
Raw Normal View History

2017-01-23 15:53:03 +08:00
sudo: required
language: node_js
node_js:
- stable
branches:
only:
- master
cache:
directories:
- node_modules
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- npm install
script:
- npm run test