Skip to content

Commit

Permalink
ci(porto): install porto on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noxiouz committed Jul 23, 2016
1 parent 5d61104 commit 23c4c77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*deb binary
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ go:
services:
- docker

before_install:
- docker run -d -p 5000:5000 --restart=always --name registry registry:2
- sudo groupadd porto && sudo dpkg -i ci/yandex-porto_2.11_amd64.deb -y || sudo apt-get install -f -y

install:
- go env

script:
- make
- make test
- make build_travis_release

after_success:
Expand Down
Empty file added ci/.gitdir
Empty file.
Binary file added ci/yandex-porto_2.11_amd64.deb
Binary file not shown.

0 comments on commit 23c4c77

Please sign in to comment.