From a0d6ec4487530147d90c0dd988824fd57260cfcc Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 6 Jan 2015 21:55:25 +0100 Subject: [PATCH] test/travis: move travis scripts to tests/travis ( Closes #20 ) (cherry picked from commit d8642e20ae37e7724b9b9c517054b5d41c3c52f8) Conflicts: .travis.yml test/travis/databases_travis.sh --- .travis.yml | 4 ++-- {pkg/kamailio/deb => test/travis}/build_deps.sh | 0 {pkg/kamailio/deb => test/travis}/build_travis.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {pkg/kamailio/deb => test/travis}/build_deps.sh (100%) rename {pkg/kamailio/deb => test/travis}/build_travis.sh (100%) diff --git a/.travis.yml b/.travis.yml index ecd40fd2ba0..c0708df35ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ compiler: before_install: - sudo apt-get update -qq - sudo apt-get install -y gdebi-core - - sudo pkg/kamailio/deb/build_deps.sh precise $TRAVIS_BUILD_DIR -script: ./pkg/kamailio/deb/build_travis.sh + - sudo test/travis/build_deps.sh precise $TRAVIS_BUILD_DIR +script: ./test/travis/build_travis.sh branches: only: - master diff --git a/pkg/kamailio/deb/build_deps.sh b/test/travis/build_deps.sh similarity index 100% rename from pkg/kamailio/deb/build_deps.sh rename to test/travis/build_deps.sh diff --git a/pkg/kamailio/deb/build_travis.sh b/test/travis/build_travis.sh similarity index 100% rename from pkg/kamailio/deb/build_travis.sh rename to test/travis/build_travis.sh