You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@willbaskysummoner has an ability to chose what project you want to create:
Only cabal
Only stack
Both
These are all valid cases. And in all cases there's only cache for stack in generated .travis.yml file (which is wrong). This should be changed to the following:
Only cabal cache directories if only cabal project is created
Only stack cache directories if only stack project is created
Both cache directories if both options are selected
Now cache is always for
stack
directories in every case. This probably should be changed as well.The text was updated successfully, but these errors were encountered: