chore(package): add Travis CI conf

This commit is contained in:
Julien Fontanet 2016-10-24 16:03:04 +02:00
parent 4d50eae3c9
commit 7b928c4d41

View File

@ -0,0 +1,9 @@
language: node_js
node_js:
- 'stable'
- '6'
- '4'
# Use containers.
# http://docs.travis-ci.com/user/workers/container-based-infrastructure/
sudo: false