Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Comcast/talaria
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Aug 30, 2017
2 parents 484524f + d12d202 commit 66f50fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ before_install:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then docker exec build bash -c "pushd codecovio_build; git fetch origin +refs/pull/${TRAVIS_PULL_REQUEST}/merge && git checkout -qf FETCH_HEAD; popd"; fi'

script:
- docker exec build bash -c "export GOPATH=/codecovio_build && pushd codecovio_build/src && glide install && cd talaria && go build talaria && go test -race -coverprofile=coverage.txt && popd"
- docker exec build bash -c "export GOPATH=/codecovio_build && pushd codecovio_build/src && glide install --strip-vendor && cd talaria && go build talaria && go test -race -coverprofile=coverage.txt && popd"
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then docker exec build bash -c "pushd talaria; ./build_rpm.sh; popd"; fi'

after_success:
Expand Down
8 changes: 4 additions & 4 deletions src/glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package: .
homepage: https://github.com/Comcast/talaria
import:
- package: github.com/Comcast/webpa-common
version: 8c3337c32f98e4b38fea36b1d3c2dd03d7f95cd4
version: 7696a5eab9625e508963a5a2e9343214060f9718
subpackages:
- device
- logging
Expand Down
2 changes: 1 addition & 1 deletion talaria.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Xmidt router agent.
%build
export GOPATH=$(pwd)
pushd src
glide install
glide install --strip-vendor
cd talaria
go build %{name}
popd
Expand Down

0 comments on commit 66f50fa

Please sign in to comment.