Skip to content

Commit

Permalink
travis-ci: use kamailio/pkg-kamailio-docker:5.1-stretch
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Dec 8, 2017
1 parent f70d8d0 commit 39d8503
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -6,12 +6,11 @@ compiler:
services:
- docker
before_install:
- docker pull kamailio/pkg-kamailio-docker:dev-stretch
script: docker run -v $TRAVIS_BUILD_DIR:/code:rw kamailio/pkg-kamailio-docker:dev-stretch /bin/bash -c "export CC=$CC; cd /code; ./test/travis/build_travis.sh"
- docker pull kamailio/pkg-kamailio-docker:5.1-stretch
script: docker run -v $TRAVIS_BUILD_DIR:/code:rw kamailio/pkg-kamailio-docker:5.1-stretch /bin/bash -c "export CC=$CC; cd /code; ./test/travis/build_travis.sh"
branches:
only:
- 'master'
- '/^4\.[0-9]+$/'
- '/^5\.[0-9]+$/'
notifications:
irc:
channels:
Expand Down

0 comments on commit 39d8503

Please sign in to comment.