haskanoid icon indicating copy to clipboard operation
haskanoid copied to clipboard

Simplify travis file

Open chriz-zeller opened this issue 7 years ago • 3 comments

As a reference see:

https://docs.travis-ci.com/user/languages/haskell/ and https://github.com/ivanperez-keera/dunai/blob/develop/.travis.yml

That is, use the standard building image for Haskell ("ghc" variable, remove install section, etc.).

chriz-zeller avatar Dec 09 '17 08:12 chriz-zeller

This travis file can be used as reference for the additionally packages that need to be installed before_install:

https://github.com/ivanperez-keera/SpaceInvaders/blob/develop/.travis.yml

Besides:

notifications:
email: true

is by default true and therefore can be deleted.

chriz-zeller avatar Dec 09 '17 10:12 chriz-zeller

have you considered this https://github.com/haskell-CI/haskell-ci for ci?

Rizary avatar Apr 17 '18 01:04 Rizary

I have not (but I may have looked at it, I don't remember).

ivanperez-keera avatar Apr 17 '18 09:04 ivanperez-keera

Closed by #59 .

ivanperez-keera avatar Apr 08 '23 21:04 ivanperez-keera