This repository has been archived by the owner on Jan 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
Investigate alternatives for Travis CI #291
Comments
There's also LambCI, but it may be a little too advanced for what we need here. |
Ok, I was wrong, it's not Travis CI faults, SCons has been updated to 3.0.0 and it has support for Python 3.5+. This is pretty exciting! |
Sorry Travis CI, we still love you (somewhat). |
I hotfixed this issue in #292. |
Yeah, really love Docker (who does not?). |
So, was too excited about how CircleCI performs, so I just opened #298. Will you merge? |
I like opening issues and then magically they get implemented. Very nice! |
Fixed by #298. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm getting very tired of Travis CI, it needs way too much hand holding for something as simple as compiling our code. It's getting ridiculous.
We need to control the environment ourselves and not let Travis yank the rug out of under our feet like with their latest backwards-incompatible idiocy.
I want something where we can upload our own Docker container (@strongly-typed already has a few :-).
The text was updated successfully, but these errors were encountered: