IOP-Patho/vendor/bower-asset/fullcalendar/.travis.yml

17 lines
256 B
YAML
Raw Permalink Normal View History

2025-07-17 08:28:28 +00:00
sudo: false # route build to the container-based infrastructure for a faster build
language: node_js
node_js:
- 'node' # implies latest version
cache:
directories:
- node_modules
env:
- CMD=test
- CMD=lint
script: npm run $CMD -- --travis