mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Travis: don't use relative directories
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
01cea42705
commit
38b2fea30f
1 changed files with 3 additions and 3 deletions
|
@ -34,11 +34,11 @@ matrix:
|
|||
- libicu52
|
||||
|
||||
before_install:
|
||||
- source scripts/${SUBSURFACE_PLATFORM}/before_install.sh
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/before_install.sh
|
||||
|
||||
script:
|
||||
- source scripts/${SUBSURFACE_PLATFORM}/travisbuild.sh
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/travisbuild.sh
|
||||
|
||||
after_success:
|
||||
- source scripts/${SUBSURFACE_PLATFORM}/after_success.sh
|
||||
- source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/after_success.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue