mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
14 lines
144 B
YAML
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
|