kowainik / summoner

🔮 🔧 Tool for scaffolding batteries-included production-level Haskell projects
https://kowainik.github.io/projects/summoner
Mozilla Public License 2.0
698 stars 73 forks source link

Generated .travis.yaml has linter issues. #504

Closed gdziadkiewicz closed 4 years ago

gdziadkiewicz commented 4 years ago

Linter issues: image

I believe that there is no reason not to remove sudo and use jobs in place of matrix. Not specifying os and dist allows automatic update in case Travis changes the defaults. cabal warning is false positive according to https://docs.travis-ci.com/user/languages/haskell/ .