alfresco-content-app/.travis.yml
Denys Vuika bc6f02e261
[ACA-1294] docker example for 6.0 community integration (#309)
* docker example for 6.0 community integration

* cleanup travis config
2018-04-16 14:46:54 +01:00

14 lines
144 B
YAML

dist: trusty
sudo: required
language: node_js
node_js:
- "8"
install:
- npm install -g npm@latest
- npm ci
script:
- npm run test:ci