Skip to content

Commit

Permalink
Rename integration-test and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed Aug 23, 2014
1 parent 693051c commit 8a677b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install:
script:
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
- PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh

notifications:
irc: "chat.freenode.net#google-containers"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd

```
cd kubernetes
hack/integration-test.sh
hack/test-integration.sh
```

### End-to-End tests
Expand Down
File renamed without changes.

0 comments on commit 8a677b1

Please sign in to comment.