1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Add .travis.yml

This commit is contained in:
Jari Bakken 2014-09-30 19:37:59 +02:00
parent d19d47015d
commit a6c4f3aa09

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- '0.11'
- '0.10'
script: echo 'all set'