|
@@ -6,12 +6,11 @@ compiler:
|
|
services:
|
|
services:
|
|
- docker
|
|
- docker
|
|
before_install:
|
|
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:
|
|
branches:
|
|
only:
|
|
only:
|
|
- - 'master'
|
|
|
|
- - '/^4\.[0-9]+$/'
|
|
|
|
|
|
+ - '/^5\.[0-9]+$/'
|
|
notifications:
|
|
notifications:
|
|
irc:
|
|
irc:
|
|
channels:
|
|
channels:
|