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

18 lines
170 B
YAML
Raw Normal View History

2020-07-30 20:59:37 +02:00
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