1
0
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:
csrwng
2014-10-23 12:49:27 -04:00
parent 1c256ab631
commit 72511cd735

24
.travis.yml Normal file
View 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"