1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-09 18:10:50 +00:00
notes/node_modules/pipetteur/.travis.yml
Patrick Marsceill b7b0d0d7bf
Initial commit
2017-03-09 13:16:08 -05:00

16 lines
244 B
YAML

sudo: false
language: node_js
cache:
directories:
- node_modules
node_js:
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
script: "npm run-script travis"
after_success: "<coverage/lcov.info ./node_modules/coveralls/bin/coveralls.js"