Skip to content

Commit

Permalink
.travis.yml syntax fix (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant committed Jan 2, 2019
1 parent 2316b5f commit 363ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
fast_finish: true
include:
- stage: "linux32ARMv6 builds"
- env: ARCH="linux32ARMv6" FLAVOR="squeak.cog.spur" CHROOT="schroot -p -c rpi --
env: ARCH="linux32ARMv6" FLAVOR="squeak.cog.spur" CHROOT="schroot -p -c rpi --
bash -c "
dist: trusty
group: edge
Expand Down

1 comment on commit 363ee5e

@bencoman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made the same mistake. We should put a comment in the file advising care when doing this.

Please sign in to comment.