Browse code

Correct .travis.yml

Clayton Coleman authored on 2014/08/28 00:39:50
Showing 1 changed files
... ...
@@ -6,15 +6,16 @@ go:
6 6
   - tip
7 7
 
8 8
 install:
9
-  - ./third_party/src/github.com/GoogleCloudPlatform/kubernetes/hack/verify-gofmt.sh
10
-  - ./third_party/src/github.com/GoogleCloudPlatform/kubernetes/hack/install-std-race.sh
9
+  - ./hack/verify-gofmt.sh
10
+  - ./hack/install-std-race.sh
11 11
   - go get code.google.com/p/go.tools/cmd/cover
12 12
   - go get github.com/coreos/etcd
13 13
   - ./hack/build-go.sh
14
-  - ./hack/test-go.sh
15 14
 
16 15
 script:
17
-  - echo "Done"
16
+  - ./hack/test-go.sh
17
+  - ./hack/test-cmd.sh
18
+  - PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh
18 19
 
19 20
 notifications:
20 21
   irc: "chat.freenode.net#openshift-dev"