mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
10 lines
200 B
YAML
10 lines
200 B
YAML
language: node_js
|
|
node_js:
|
|
- "7"
|
|
before_install:
|
|
- export CHROME_BIN=chromium-browser
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
script:
|
|
- npm test
|
|
- npm run compile |