webgme-bip
Version:
Design studio for component-based modeling with BIP.
35 lines (26 loc) • 456 B
YAML
language: node_js
services:
- mongodb
sudo: false
# https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
addons:
apt:
sources:
- mongodb-3.2-precise
packages:
- mongodb-org-server
cache:
directories:
- node_modules
# git:
# depth: 5
node_js:
- "6"
env:
- TEST_FOLDER=true
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install webgme
script:
- "npm test"