This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/.travis.yml

17 lines
170 B
YAML

sudo: false
language: node_js
node_js:
- '10'
cache: npm
services:
- xvfb
install:
- npm install
script:
- npm run check-format
- npm run lint
- npm test