mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Initialize Travis
This commit is contained in:
24
.travis.yml
Normal file
24
.travis.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.3
|
||||
- 1.2
|
||||
|
||||
env:
|
||||
- TEST_ASSETS=true
|
||||
- TEST_ASSETS=false
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- go: 1.2
|
||||
env: TEST_ASSETS=true
|
||||
|
||||
install:
|
||||
- go get code.google.com/p/go.tools/cmd/cover
|
||||
- ./hack/build-go.sh
|
||||
|
||||
script:
|
||||
- ./hack/test-go.sh
|
||||
|
||||
notifications:
|
||||
irc: "chat.freenode.net#openshift-dev"
|
||||
Reference in New Issue
Block a user