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

The command "eval lein2 deps " failed. #1950

Open
raikesy opened this issue Sep 21, 2017 · 1 comment
Open

The command "eval lein2 deps " failed. #1950

raikesy opened this issue Sep 21, 2017 · 1 comment

Comments

@raikesy
Copy link

raikesy commented Sep 21, 2017

It seems that Travis is set up to call lein2 instead of lein, which is causing builds to fail. Perhaps fixable by changing the config?

{ "language": "clojure", "lein": "lein2", "script": "lein2 midje :config .midje-grading-config.clj", "jdk": "openjdk7", "group": "stable", "dist": "trusty", "os": "linux" }

I don't know enough to come up with a workaround, but if one exists please let me know.

@raikesy
Copy link
Author

raikesy commented Sep 28, 2017

Found a fix by changing lein2 to lein in the .travis.yml project file.

ykarikos added a commit to ykarikos/training-day that referenced this issue Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant