UNPKG

webgme

Version:

Web-based Generic Modeling Environment

38 lines (29 loc) 566 B
dist: xenial language: node_js services: - mongodb - redis-server sudo: false # https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json addons: apt: sources: - mongodb-4.0-xenial packages: - mongodb-org-server cache: directories: - node_modules - src/client/bower_components # git: # depth: 5 node_js: - "8" - "10" - "12" env: - TEST_BROWSER=true - TEST_FOLDER=test RECURSIVE=true before_script: - Xvfb :99 & export DISPLAY=:99 script: ./test/travis.sh