We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853dcb7 commit 581faeeCopy full SHA for 581faee
.travis.yml
@@ -0,0 +1,12 @@
1
+language: go
2
+
3
+go:
4
+ - 1.8
5
6
+script:
7
+ - PERMISSIVE_GO=y make verify
8
9
+notifications:
10
+ irc: "chat.freenode.net#openshift-dev"
11
12
+sudo: false
Makefile
@@ -10,7 +10,7 @@ build-image: build
.PHONY: build-image
verify: build
13
- go test github.com/openshift/iorigin-web-console-server/pkg/...
+ go test github.com/openshift/origin-web-console-server/pkg/...
14
.PHONY: verify
15
16
clean:
0 commit comments