-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ci] Adding .travis.yml #26
base: master
Are you sure you want to change the base?
Conversation
@ninjudd It seems I need admin permissions in order to set up CI. If you don't want to grant admin permissions (which I understand), I'll need you to add this project to Travis using their UI before tests can run automatically. |
It's nice to see someone trying to improve things here, but given how much better |
@bbatsov I completely agree - the issue at the moment is that Lein still relies on |
Technically speaking it's not |
Right. I was looking at this a month or two ago due to some issues with JDK
9 but ended up just downgrading to JDK 8 and waiting for the relevant
change to work its way into the next Lein release.
I don’t have the bandwidth now to move reply over either now I’m afraid :(
On Thu, Mar 8, 2018 at 11:53 AM Bozhidar Batsov ***@***.***> wrote:
Technically speaking it's not lein, it's reply (which lein uses for lein
repl). I've started work on this a long time ago, but I never had the
time to finish it trptcolin/reply#153
<trptcolin/reply#153>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABvYW6r6nwyUu9tLNH5sIcY7omN-4-9vks5tcRvEgaJpZM4RlZXq>
.
--
203.918.2328
|
Might be a little off-topic but there were also some issues with compliment in JDK 9 over classpath. I have filed an issue at alexander-yakushev/compliment#52 . |
This commit adds a .travis.yml, which @tirkarthi tested on his fork successfully here: