Skip to content

Commit

Permalink
Update repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Doyon committed May 19, 2017
1 parent 2354763 commit 459cca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- glide install
script:
- make integration-test
after_success: test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
env:
global:
secure: o8PQVjG6nNkP7qBShKErZLo8w4X7xUer+bi9qThRmRNqxIlix2tBsS9mvcth8IhAY7XCewLyTJWxOgqKGyv4lBFHIhj6vNY8tM+RWi1AnnAJedeJrEGASSihnbwTus3VUiT/99jIQwRHlabMLMwqje3NJSF3JaKdUza6wOABFQ+7K3lxLgQPB5Xhw4bQqkISVnuwd15gei/0OpYQIEJsVFTRNoXTkeuK76ftSHbgfx1Gm/cR49RfdHjHEKKFFMyu7i58nm3KVyalr5Sot+i33S4AEjJkjuyGwjYyc+euIPn/TTRJokv4H0228uqOqBcNyFBpwwG+5w9wmymC6Mtx74Uy532APCAsvIA4bjy0nQ1C8fZ9dQXj2lYp3t9rHTNKp1exstWxk/xoetjjqsE7gwwS+mScznW1wu5UrqZOXVW418utry9EZr2+jU9x+658Vztd+ypQ/Pzv3OOT3m/Rc0Qq40bmSv5g8WN6LB7JpV/ABcGWA6SCGzQpSIKKc2mZYF4L8W+uEODqJqseqVv1wtuWqXCfdLnmNRd0L4EhyKfcPQ/m16rsiEl6YqR7ae+8+3+db60NlmUwCcVF8gKG/DKlpp6s3P+fLXN208KqPKV8xUrtsvKoCYqdmAjPm1HBB8NwOtpFOChHqq6K4+kpvMwxGhL5SQQSQe/WlllBqkQ=
# after_success: test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
# env:
# global:
# secure: o8PQVjG6nNkP7qBShKErZLo8w4X7xUer+bi9qThRmRNqxIlix2tBsS9mvcth8IhAY7XCewLyTJWxOgqKGyv4lBFHIhj6vNY8tM+RWi1AnnAJedeJrEGASSihnbwTus3VUiT/99jIQwRHlabMLMwqje3NJSF3JaKdUza6wOABFQ+7K3lxLgQPB5Xhw4bQqkISVnuwd15gei/0OpYQIEJsVFTRNoXTkeuK76ftSHbgfx1Gm/cR49RfdHjHEKKFFMyu7i58nm3KVyalr5Sot+i33S4AEjJkjuyGwjYyc+euIPn/TTRJokv4H0228uqOqBcNyFBpwwG+5w9wmymC6Mtx74Uy532APCAsvIA4bjy0nQ1C8fZ9dQXj2lYp3t9rHTNKp1exstWxk/xoetjjqsE7gwwS+mScznW1wu5UrqZOXVW418utry9EZr2+jU9x+658Vztd+ypQ/Pzv3OOT3m/Rc0Qq40bmSv5g8WN6LB7JpV/ABcGWA6SCGzQpSIKKc2mZYF4L8W+uEODqJqseqVv1wtuWqXCfdLnmNRd0L4EhyKfcPQ/m16rsiEl6YqR7ae+8+3+db60NlmUwCcVF8gKG/DKlpp6s3P+fLXN208KqPKV8xUrtsvKoCYqdmAjPm1HBB8NwOtpFOChHqq6K4+kpvMwxGhL5SQQSQe/WlllBqkQ=
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# SQS Push

[![Build Status](https://travis-ci.org/MathieuDoyon/sqspush.svg?branch=master)](https://travis-ci.org/MathieuDoyon/sqspush)
[![Build Status](https://travis-ci.org/SSENSE/sqspush.svg?branch=master)](https://travis-ci.org/SSENSE/sqspush)

simple cli command that push STDIN to your AWS SQS queue

---
## Install
[Binary packages](https://github.com/MathieuDoyon/sqspush/releases) are available for Mac, Linux and Windows.
[Binary packages](https://github.com/SSENSE/sqspush/releases) are available for Mac, Linux and Windows.

To build from source you can:

1. Clone this repository into `$GOPATH/src/github.com/MathieuDoyon/sqspush` and
1. Clone this repository into `$GOPATH/src/github.com/SSENSE/sqspush` and
change directory into it
2. Run `make build`

Expand Down

0 comments on commit 459cca5

Please sign in to comment.