Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Return to correct directory after installing etcd
Browse files Browse the repository at this point in the history
Signed-off-by: John Tuley <jtuley@pivotal.io>
  • Loading branch information
Andrew Poydence authored and John Tuley committed Sep 17, 2014
1 parent 3ad2424 commit 3c4a0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
before_script:
- wget https://github.com/coreos/etcd/archive/v0.4.6.tar.gz -O /tmp/etcd-0.4.6.tar.gz
- mkdir -p $HOME/gopath/src/github.com/coreos
- cd /tmp && tar -xzf etcd-0.4.6.tar.gz && mv etcd-0.4.6 $HOME/gopath/src/github.com/coreos/etcd && cd $HOME/gopath/src/github.com/coreos/etcd && ./build && go install
- pushd /tmp && tar -xzf etcd-0.4.6.tar.gz && mv etcd-0.4.6 $HOME/gopath/src/github.com/coreos/etcd && cd $HOME/gopath/src/github.com/coreos/etcd && ./build && go install && popd

script:
- go vet ./...
Expand Down

0 comments on commit 3c4a0b0

Please sign in to comment.