File tree Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Expand file tree Collapse file tree 6 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ install:
128128# build which causes failures as certain functions attempt to redirect
129129# default file handles. Ensure a dummy file descriptor is opened with 'exec'.
130130build_script :
131- - ' %CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./. travis_build.sh"'
131+ - ' %CYG_ROOT%\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; exec ./scripts/ci/ travis_build.sh"'
132132
133133# Using `after_build` instead of `before_deploy` and `deploy_script`.
134134# `before_deploy` is only invoked if the deployment provider is triggered.
Original file line number Diff line number Diff line change @@ -124,11 +124,11 @@ jobs:
124124 - env : FLAVOR="squeak.cog.spur.lowcode"
125125 - env : FLAVOR="pharo.cog.spur.lowcode"
126126
127- install : ./. travis_install.sh
127+ install : ./scripts/ci/ travis_install.sh
128128
129- before_script : $CHROOT ./. travis_build.sh
129+ before_script : $CHROOT ./scripts/ci/ travis_build.sh
130130
131- script : ./. travis_test.sh
131+ script : ./scripts/ci/ travis_test.sh
132132
133133after_success : (cd deploy && ./filter-exec.sh pack-vm.sh)
134134
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments