Files
server/.travis.yml
Pavel Lobashov 47393e9b5c Make travis correctly build server
It's still failing, since it need to have `core`
component folder present. But at least it build basic
parts of project.
2017-04-05 18:06:45 +03:00

10 lines
148 B
YAML

dist: trusty
language: node_js
node_js:
- '6'
before_install: npm install -g grunt-cli
script:
- make
matrix:
allow_failures:
- node_js: '6'