Add Travis file

This commit is contained in:
Jeroen Engels 2016-05-11 20:30:05 +02:00
parent bb950aa003
commit 10386c5483

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
- '0.10'
before_install:
- 'npm install -g npm@latest'