RedHatInsights/insights-rbac-ui

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
sudo: required
dist: jammy
notifications:
  email: false
node_js:
- '18'
install:
  - npm ci
script: npm run lint && npm run test && npx codecov && npm run deploy && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
    global:
    - REPO="git@github.com:RedHatInsights/rbac-frontend-deploy.git"
    - REPO_DIR="rbac-frontend-deploy"
    - NODE_OPTIONS="--max-old-space-size=4096 --max_old_space_size=4096"