This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/cropperjs/.travis.yml

8 lines
94 B
YAML

language: node_js
node_js:
- "node"
script:
- npm run lint
- npm run build
- npm test