We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Found a fix by changing lein2 to lein in the .travis.yml project file.
Sorry, something went wrong.
fix lein2 to lein in travis config, see PR iloveponies#1950
79034f8
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: