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

Add README and Travis files to scaffolded repo #137

Open
amitaibu opened this issue Sep 12, 2016 · 2 comments
Open

Add README and Travis files to scaffolded repo #137

amitaibu opened this issue Sep 12, 2016 · 2 comments

Comments

@amitaibu
Copy link

Suggestion so far, and not a PR, because I'm not sure yet how to implement :)

Currently we filter out the travis file since it exists to the scaffolding repo.

However, we could do something like yeoman generator's convention and have _travis.yaml copied to .travis.yaml.

It would have been also nice, but I'm not sure if possible, if it could ask me my (optioanl) repo address - so it could auto add the Travis badge to the README

@snoyberg
Copy link
Member

This can be implemented in the build.hs file in the master branch. I'd recommend just downloading the Travis config from:

https://github.com/commercialhaskell/stack/blob/master/doc/travis-simple.yml

@MaxGabriel
Copy link
Member

@amitaibu I added support for adding a travis file (named __.travis.yml) to the scaffolding, if you were interested in implementing this

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

3 participants