Bläddra i källkod

test/travis: move travis scripts to tests/travis ( Closes #20 )

(cherry picked from commit d8642e20ae37e7724b9b9c517054b5d41c3c52f8)

Conflicts:
	.travis.yml
	test/travis/databases_travis.sh
Victor Seva 10 år sedan
förälder
incheckning
a0d6ec4487
3 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      .travis.yml
  2. 0 0
      test/travis/build_deps.sh
  3. 0 0
      test/travis/build_travis.sh

+ 2 - 2
.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

+ 0 - 0
pkg/kamailio/deb/build_deps.sh → test/travis/build_deps.sh


+ 0 - 0
pkg/kamailio/deb/build_travis.sh → test/travis/build_travis.sh