Skip to content

Commit

Permalink
Update travis ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsOps committed Apr 24, 2017
1 parent 9bc5457 commit a18197f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ services:
- docker

script:
- docker run --rm -v "$PWD":/go/src/github.com/ApsOps/gohaqd -w /go/src/github.com/ApsOps/gohaqd -e 'CGO_ENABLED=0' -e 'GOOS=linux' golang:1.7 /bin/bash -c "go build -a -v -ldflags '-w'"
- docker run --rm -v "$PWD":/go/src/github.com/Codigami/gohaqd -w /go/src/github.com/Codigami/gohaqd -e 'CGO_ENABLED=0' -e 'GOOS=linux' golang:1.7 /bin/bash -c "go build -a -v -ldflags '-w'"

after_success:
- export REPO=apsops/gohaqd
- export REPO=crowdfire/gohaqd
- export TAG=${TRAVIS_TAG:=latest}
- docker build -t $REPO:$TAG .
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gohaqd

[![Build Status](https://travis-ci.org/ApsOps/gohaqd.svg?branch=master)](https://travis-ci.org/ApsOps/gohaqd)
[![Build Status](https://travis-ci.org/Codigami/gohaqd.svg?branch=master)](https://travis-ci.org/Codigami/gohaqd)

`gohaqd` _(pronounced as go-hawk-d)_ is a worker daemon for consuming messages from a queue.

Expand Down

0 comments on commit a18197f

Please sign in to comment.