language: node_js node_js: - "10" env: - NODE_ENV=ci cache: directories: - node_modules install: - npm install script: - npm run lint - npm run test:no-cache -- --maxWorkers=4 - npm run clean - npm run tsc - npm install -g travis-deploy-once@4.3.4 - travis-deploy-once "npm run semantic-release" --pro - chmod +x ./doc/documentation.sh - ./doc/documentation.sh