|
@@ -5,9 +5,9 @@ compiler:
|
|
|
before_install:
|
|
|
- sudo apt-get update -qq
|
|
|
- sudo apt-get install -y gdebi-core sip-tester sipsak
|
|
|
- - sudo pkg/kamailio/deb/build_deps.sh precise $TRAVIS_BUILD_DIR
|
|
|
- - ./pkg/kamailio/deb/databases_travis.sh
|
|
|
-script: ./pkg/kamailio/deb/build_travis.sh
|
|
|
+ - sudo test/travis/build_deps.sh precise $TRAVIS_BUILD_DIR
|
|
|
+ - ./test/travis/databases_travis.sh
|
|
|
+script: ./test/travis/build_travis.sh
|
|
|
branches:
|
|
|
only:
|
|
|
- master
|