Skip to content

Commit

Permalink
Adding all the client test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
AgarFu committed Feb 14, 2017
1 parent a791078 commit 1adb14f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Expand Up @@ -35,6 +35,24 @@ env:
- INSTANCE=client-ubuntu-1204
- INSTANCE=client-ubuntu-1404
- INSTANCE=client-ubuntu-1604
- INSTANCE=yum-pgdg-client-centos-5
- INSTANCE=yum-pgdg-client-centos-6
- INSTANCE=yum-pgdg-client-centos-7
- INSTANCE=yum-pgdg-client-fedora-25
- INSTANCE=apt-pgdg-client-debian-7
- INSTANCE=apt-pgdg-client-debian-8
- INSTANCE=apt-pgdg-client-ubuntu-1204
- INSTANCE=apt-pgdg-client-ubuntu-1404
- INSTANCE=apt-pgdg-client-ubuntu-1604
- INSTANCE=yum-pgdg-client-ruby-centos-5
- INSTANCE=yum-pgdg-client-ruby-centos-6
- INSTANCE=yum-pgdg-client-ruby-centos-7
- INSTANCE=yum-pgdg-client-ruby-fedora-25
- INSTANCE=apt-pgdg-client-ruby-debian-7
- INSTANCE=apt-pgdg-client-ruby-debian-8
- INSTANCE=apt-pgdg-client-ruby-ubuntu-1204
- INSTANCE=apt-pgdg-client-ruby-ubuntu-1404
- INSTANCE=apt-pgdg-client-ruby-ubuntu-1604

before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
Expand Down

0 comments on commit 1adb14f

Please sign in to comment.