cartodb-4.42/lib/assets/javascripts/cdb/.travis.yml
2024-04-06 05:25:13 +00:00

21 lines
268 B
YAML

sudo: false
cache: false
language: node_js
node_js:
- "4.1"
install:
- npm install
before_script:
- cp secrets.example.json secrets.json
- npm install -g grunt-cli
script:
- grunt test
notifications:
email:
on_success: never
on_failure: change