UNPKG

469 BYAMLView Raw
1language: node_js
2services:
3 - mongodb
4
5sudo: false
6
7addons:
8 apt:
9 sources:
10 - mongodb-2.6-precise
11
12 packages:
13 - mongodb-org-server
14
15cache:
16 directories:
17 - node_modules
18
19# git:
20# depth: 5
21
22node_js:
23 - "4"
24 - "6"
25
26env:
27 # Set TEST_FOLDER to avoid webgme dist build (not used here)
28 - TEST_FOLDER=test
29
30before_script:
31 - export DISPLAY=:99.0
32 - sh -e /etc/init.d/xvfb start
33
34script:
35 - "npm test"