mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
add .travis.yml
This commit is contained in:
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
||||
Reference in New Issue
Block a user