Skip to content

Commit

Permalink
travis: build using pkg-kamailio-docker 5.2-$DIST tag
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Dec 16, 2019
1 parent c0ad657 commit 9474e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -9,8 +9,8 @@ env:
services:
- docker
before_install:
- docker pull kamailio/pkg-kamailio-docker:dev-$DIST
script: docker run -v $TRAVIS_BUILD_DIR:/code:rw kamailio/pkg-kamailio-docker:dev-$DIST /bin/bash -c "cd /code; CC=$CC DIST=$DIST ./test/travis/build_travis.sh"
- docker pull kamailio/pkg-kamailio-docker:5.2-$DIST
script: docker run -v $TRAVIS_BUILD_DIR:/code:rw kamailio/pkg-kamailio-docker:5.2-$DIST /bin/bash -c "cd /code; CC=$CC DIST=$DIST ./test/travis/build_travis.sh"
branches:
only:
- 'master'
Expand Down

0 comments on commit 9474e01

Please sign in to comment.