Files
alfresco-content-app/.travis.yml
Denys Vuika 829b421108 [ACA-1390] add spellcheck for the typescript code (#363)
* add spellcheck for the typescript code

* update CI config

* update spellcheck rules

* update spellcheck config and code

* run spellcheck for e2e tests

* disable e2e test

* disable cypress for now
2018-05-21 08:40:41 +03:00

25 lines
331 B
YAML

dist: trusty
sudo: required
services:
- docker
addons:
chrome: stable
language: node_js
node_js:
- "8"
before_script:
# Disable services enabled by default
- sudo /etc/init.d/postgresql stop
install:
- npm install -g npm@latest
- npm ci
script:
# - docker-compose stop
- npm run build && npm run e2e:docker