mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
18 lines
295 B
YAML
18 lines
295 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "5"
|
|
|
|
before_script:
|
|
- npm install -g bower gulp-cli mocha
|
|
- npm run-script test-on-travis
|
|
- bower install
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"
|
|
|
|
script:
|
|
- gulp coverage_frontend
|
|
- npm run-script test-on-travis
|
|
|
|
services: mongodb
|