Skip to content

Commit

Permalink
Merge pull request #2 from twistlock/travis_test
Browse files Browse the repository at this point in the history
Test travis CI build
  • Loading branch information
liron-l committed Jan 12, 2016
2 parents 1bafad5 + a28e27a commit 9765df7
Show file tree
Hide file tree
Showing 40 changed files with 6,589 additions and 99 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,11 @@ language: go
sudo: required
go:
- 1.5.2
env:
- GOARCH=amd64 DOCKER_VERSION=1.7.1
- GOARCH=386 DOCKER_VERSION=1.7.1
- GOARCH=amd64 DOCKER_VERSION=1.8.3
- GOARCH=386 DOCKER_VERSION=1.8.3
- GOARCH=amd64 DOCKER_VERSION=1.9.1
- GOARCH=386 DOCKER_VERSION=1.9.1
install:
- make all
- go get golang.org/x/sys/unix
- go get github.com/tools/godep
- godep restore
script:
- docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- docker push twistlock/authz-broker
- make all
services:
- docker
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ MAINTAINER Liron Levin <[email protected]>
VOLUME /var/lib/twistlock/policy.json
VOLUME /run/docker/plugins/

ADD ./authz_broker /usr/bin/authz_broker
ADD ./authz-broker /usr/bin/authz-broker

CMD ["/usr/bin/authz_broker"]
CMD ["/usr/bin/authz-broker"]
14 changes: 9 additions & 5 deletions Godeps/Godeps.json

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

13 changes: 13 additions & 0 deletions Godeps/_workspace/src/github.com/codegangsta/cli/.travis.yml

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

21 changes: 21 additions & 0 deletions Godeps/_workspace/src/github.com/codegangsta/cli/LICENSE

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

Loading

0 comments on commit 9765df7

Please sign in to comment.