add .travis.yml

This commit is contained in:
Tomas Kral
2018-01-30 13:03:28 +01:00
parent 543a97cac0
commit 2222b1a41b

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
dist: trusty
sudo: required
language: go
go:
- 1.8
- 1.9
go_import_path: github.com/redhat-developer/ocdev
install:
- make goget-tools
script:
- make
- make validate