Skip to content

Commit 581faee

Browse files
committed
add travis
1 parent 853dcb7 commit 581faee

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-image: build
1010
.PHONY: build-image
1111

1212
verify: build
13-
go test github.com/openshift/iorigin-web-console-server/pkg/...
13+
go test github.com/openshift/origin-web-console-server/pkg/...
1414
.PHONY: verify
1515

1616
clean:

0 commit comments

Comments
 (0)