Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2018-05-07 13:40:41 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2018-05-07 13:40:41 +0300
commit125ca9950b79eedf71f08f1051d3db17300a16a9 (patch)
tree6febd58b6eeea68cdbf07321de1b7258bfdea000 /.travis.yml
parente728c70d87a482b5ebe373ec1f845cd220b87925 (diff)
adapted to new directory structure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index d069342de..130971863 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,17 +46,17 @@ matrix:
before_install:
# install build dependencies
- - test/travis_before_install.sh
+ - .travis/travis_before_install.sh
before_script:
# changelog file is required (and normally generated by OBS)
- - cp -a platforms/packaging/bareos.changes debian/changelog
+ - cp -a core/platforms/packaging/bareos.changes core/debian/changelog
# build and install Bareos packages
- - test/travis_before_script.sh
+ - .travis/travis_before_script.sh
script:
# run test script
- - if [ -z "${COVERITY_SCAN}" ]; then sudo -E $PWD/test/all; fi
+ - if [ -z "${COVERITY_SCAN}" ]; then sudo -E $PWD/.travis/all; fi
addons:
hosts: