Add travis.yml file

We have many tests, having this would simplify contributing also easier
because Github would show us the CI result on PR's.
This commit is contained in:
Fatih Arslan 2015-11-12 17:56:38 +02:00
parent fa160f1206
commit 285f30bf10

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
sudo: false
language: go
go: 1.5