travis integration

This commit is contained in:
Michał Matczuk
2017-07-21 15:13:09 +02:00
parent 6653e63afd
commit 582dfdc6ef
4 changed files with 45 additions and 1 deletions

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: go
go:
- 1.8
- 1.7
matrix:
fast_finish: true
addons:
apt:
packages:
- moreutils
install:
- sudo service cassandra start
- make get-deps
script:
- make