Skip to content

Commit

Permalink
Quieter builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jangaraj committed Jan 10, 2017
1 parent 035efa7 commit 840a834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -7,7 +7,7 @@ notifications:

install:
- sudo apt-get update -qq
- sudo apt-get install -y wget autoconf automake gcc subversion make pkg-config
- sudo apt-get install -qq -y wget autoconf automake gcc subversion make pkg-config

services:
- docker
Expand All @@ -21,10 +21,9 @@ branches:
- master

before_script:
- "mkdir ~/zabbix30"
- "cd ~/zabbix30"
- "svn co svn://svn.zabbix.com/branches/3.0 ."
- "./bootstrap.sh"
- "svn --quiet export svn://svn.zabbix.com/3.0 ~/zabbix/"
- "cd ~/zabbix"
- "./bootstrap.sh 1>/dev/null"
- "./configure --enable-agent"
- "mkdir src/modules/zabbix_module_docker"
script:
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/opensuse/Dockerfile
Expand Up @@ -11,7 +11,7 @@ ENV ZABBIX_VERSION=branches/3.2
WORKDIR /root

RUN \
zypper install -y git subversion automake autoconf gcc make pkg-config && \
zypper install --non-interactive git subversion automake autoconf gcc make pkg-config && \
git clone -q https://github.com/monitoringartist/zabbix-docker-monitoring && \
svn --quiet export svn://svn.zabbix.com/${ZABBIX_VERSION} ~/zabbix/ && \
cd ~/zabbix/ && \
Expand Down

0 comments on commit 840a834

Please sign in to comment.