1
0
Fork 0
arangodb/js/node/node_modules/es6-map/.travis.yml

13 lines
228 B
YAML

sudo: false # http://docs.travis-ci.com/user/workers/container-based-infrastructure/
language: node_js
node_js:
- 0.12
- 4
- 5
notifications:
email:
- medikoo+es6-map@medikoo.com
script: "npm test && npm run lint"