
Hello Joachim, On 2014-07-11 at 12:36:23 +0200, Joachim Breitner wrote:
with all packages as submodules, ghc-complete (which is basically a git repository tracking the „fingerprint“ of the main repository) is obsolete. So we could move the travis-checking of the main line to run on the ghc repository directly. This would require
* adding a .travis.yaml based on the contents of https://github.com/nomeata/ghc-complete/blob/master/.travis.yml and https://github.com/nomeata/ghc-complete/blob/master/validate.sh to the repository. * enabling Travis for this repository.
Travis-CI is enabled for ghc/ghc with "Build only if .travis.yml is present" I'd suggest you create a self-contained .travis.yml in a wip/ branch ( as that should trigger travis-builds) and tweak it there until it's ready for master Btw, can we get a clang-based build-config in the matrix as well? Cheers, hvr