dolibarr/dev/examples/zapier/.travis.yml
2019-05-19 21:12:22 +02:00

8 lines
142 B
YAML

language: node_js
node_js:
- 8.10.0
before_script: 'npm install -g zapier-platform-cli'
script: 'zapier test'
notifications:
email: false