Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IGNORE] Dummy commit to allow test CI build from known base #334

Closed
wants to merge 13 commits into from
Closed
16 changes: 0 additions & 16 deletions .travis.yml
Expand Up @@ -24,14 +24,6 @@ jobs:
fast_finish: true
include:
- stage: "linux32ARMv6 builds"
env: ARCH="linux32ARMv6" FLAVOR="newspeak.cog.spur" CHROOT="schroot -p -c rpi
-- bash -c "
dist: trusty
group: edge
- env: ARCH="linux32ARMv6" FLAVOR="newspeak.stack.spur" CHROOT="schroot -p -c rpi
-- bash -c "
dist: trusty
group: edge
- env: ARCH="linux32ARMv6" FLAVOR="squeak.cog.spur" CHROOT="schroot -p -c rpi --
bash -c "
dist: trusty
Expand All @@ -40,14 +32,6 @@ jobs:
bash -c "
dist: trusty
group: edge
- env: ARCH="linux32ARMv6" FLAVOR="squeak.stack.spur" CHROOT="schroot -p -c rpi
-- bash -c "
dist: trusty
group: edge
- env: ARCH="linux32ARMv6" FLAVOR="squeak.stack.v3" CHROOT="schroot -p -c rpi --
bash -c "
dist: trusty
group: edge
allow_failures:
- env: FLAVOR="squeak.sista.spur"
- env: FLAVOR="pharo.sista.spur"
Expand Down
2 changes: 1 addition & 1 deletion build.linux32ARMv6/pharo.cog.spur/build/mvm
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -ex
# PharoVM with VM profiler and threaded heartbeat
INSTALLDIR=phcogspurlinuxhtRPi
# disable build of all dependencies by default because travis build takes too much time then fails.
Expand Down