Files
cartodb/lib/assets/javascripts/cdb.js/.travis.yml
T
2020-06-15 10:58:47 +08: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