cartodb/lib/assets/javascripts/cdb/.travis.yml
zhongjin a96ef233c9 cdb
2020-06-15 12:07:54 +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