mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-15 15:40:53 +01:00
17 lines
306 B
YAML
17 lines
306 B
YAML
language: node_js
|
|
sudo: false
|
|
node_js:
|
|
- '4.2'
|
|
|
|
branch:
|
|
only:
|
|
- master
|
|
|
|
script:
|
|
- node_modules/.bin/karma start test/karma.conf.js --auto-watch --single-run --reporters dots,coverage
|
|
|
|
before_install:
|
|
- export CHROME_BIN=chromium-browser
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
|