Skip to content

Commit 48dbeda

Browse files
authored
Merge a0668ed into 03130f7
2 parents 03130f7 + a0668ed commit 48dbeda

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'.
130130
build_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.

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

133133
after_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.

0 commit comments

Comments
 (0)