Skip to content

Commit

Permalink
wtf cory
Browse files Browse the repository at this point in the history
  • Loading branch information
cory-stripe committed Aug 28, 2017
1 parent fa8938f commit 37fcaa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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:
- go get -u github.com/ChimeraCoder/gojson/gojson
- go get -u github.com/golang/protobuf/protoc-gen-go
- go get github.com/gogo/protobuf/protoc-gen-gofast
- go get -u github.com/gogo/protobuf/protoc-gen-gofast
- go generate
# We need to ignore changes to this one file
# because the go-generated version will have a different
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ENV GOPATH=/go
RUN apt-get update
RUN apt-get install -y zip
RUN go get -u -v github.com/ChimeraCoder/gojson/gojson
RUN go get -u -v github.com/golang/protobuf/protoc-gen-go
RUN go get -u github.com/golang/protobuf/protoc-gen-go
RUN go get -u github.com/gogo/protobuf/protoc-gen-gofast
RUN wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip
RUN unzip protoc-3.1.0-linux-x86_64.zip
RUN cp bin/protoc /usr/bin/protoc
Expand Down

0 comments on commit 37fcaa0

Please sign in to comment.