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