erikd / http-proxy

A Haskell library for writing HTTP and HTTPS proxies.
Other
55 stars 21 forks source link

travis: Add Stack and GHC 8.8 #21

Open liyishuai opened 4 years ago

liyishuai commented 4 years ago

Cabal is not removed. The default build script for language: haskell is:

cabal configure --enable-tests && cabal build && cabal test

and I've put the existing cabal haddock and cabal sdist in after_script.

liyishuai commented 3 years ago

CI has passed, including both Cabal and Stack tests. Ready to merge.

erikd commented 3 years ago

What has happened to the Travis CI notification?

liyishuai commented 3 years ago

The current CI seems to run on travis-ci.org. Consider migrating to travis-ci.com which has better integration with GitHub?