language: go go: - "1.9" - "1.10" install: script: - make build - make test notifications: irc: "chat.freenode.net#openshift-dev" sudo: false