From 8351c7a81f432141d6d1348ffec9821ff028da33 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 30 May 2017 17:08:19 +0200 Subject: [PATCH] travis-ci: use 4.4-stretch docker image [skip ci] --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 108624aeb54..3d5e58bb2b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,10 @@ compiler: services: - docker before_install: - - docker pull linuxmaniac/pkg-kamailio-docker:stretch -script: docker run -v $TRAVIS_BUILD_DIR:/code:rw linuxmaniac/pkg-kamailio-docker:stretch /bin/bash -c "export CC=$CC; cd /code; ./test/travis/build_travis.sh" + - docker pull kamailio/pkg-kamailio-docker:4.4-stretch +script: docker run -v $TRAVIS_BUILD_DIR:/code:rw kamailio/pkg-kamailio-docker:5.0-stretch /bin/bash -c "export CC=$CC; cd /code; ./test/travis/build_travis.sh" branches: only: - - 'master' - '/^4\.[0-9]+$/' notifications: irc: