Open liyishuai opened 4 years ago
Cabal is not removed. The default build script for language: haskell is:
language: haskell
cabal configure --enable-tests && cabal build && cabal test
and I've put the existing cabal haddock and cabal sdist in after_script.
cabal haddock
cabal sdist
after_script
CI has passed, including both Cabal and Stack tests. Ready to merge.
What has happened to the Travis CI notification?
The current CI seems to run on travis-ci.org. Consider migrating to travis-ci.com which has better integration with GitHub?
Cabal is not removed. The default build script for
language: haskell
is:and I've put the existing
cabal haddock
andcabal sdist
inafter_script
.