1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-20 00:08:02 +01:00

Add .travis.yml

This commit is contained in:
Jari Bakken 2014-09-30 19:37:59 +02:00 committed by Ivar Conradi Østhus
parent 0da3777ae3
commit 162554387b

5
.travis.yml Normal file
View File

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