Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-09 | Added comment in .travis.yml to explain last change. | John MacFarlane | 1 | -1/+3 | |
2015-10-09 | Use dist/setup/setup/sdist instead of cabal sdist. | John MacFarlane | 1 | -1/+1 | |
This should help with older versions of cabal which can't handle custom preprocessors. See http://stackoverflow.com/questions/16256987/haskell-packaging-cabal-package-with-custom-preprocessors | |||||
2015-10-09 | Test also on ghc 7.4.2. | John MacFarlane | 1 | -0/+3 | |
Made make_travis_yml.hs a bit more robust. | |||||
2015-10-08 | New .travis.yml. | John MacFarlane | 1 | -18/+63 | |
Autgenerated using make_travis_yml.hs. This script has been modified to add GHCOPTS. 'make .travis.yml' regenerates it based on the tested-with field of the cabal file. | |||||
2015-10-08 | Simplified travis.yml. | John MacFarlane | 1 | -19/+17 | |
- Follows template on hvr/multi-ghc-travis. - Don't build with ghc 7.4.2. - Build tarball after main build. | |||||
2015-10-08 | Travis: use cabal-install 1.22 not head. | John MacFarlane | 1 | -2/+2 | |
2015-10-08 | travis: use ghc 7.10.2 instead of 7.10.1. | John MacFarlane | 1 | -2/+2 | |
2015-08-15 | Use cabal-install-head in travis for ghc 7.10.1. | John MacFarlane | 1 | -2/+2 | |
See https://www.reddit.com/r/haskell/comments/3f4bgr/the_version_of_cabal_being_used_has_changed/ Maybe this will fix the Cabal version mismatch problem? | |||||
2015-08-15 | Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1. | John MacFarlane | 1 | -7/+3 | |
ghc 7.10.2 isn't whitelisted yet. https://github.com/travis-ci/travis-ci/issues/4478 | |||||
2015-08-15 | Added some travis diagnostics. | John MacFarlane | 1 | -0/+4 | |
2015-08-15 | Travis: build with ghc 7.10.2 instead of 7.10.1. | John MacFarlane | 1 | -2/+2 | |
2015-08-08 | Revert "Travis: call test program directly rather than by cabal." | John MacFarlane | 1 | -4/+1 | |
This reverts commit 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3. | |||||
2015-08-08 | Travis: call test program directly rather than by cabal. | John MacFarlane | 1 | -1/+4 | |
2015-07-05 | Travis: only do sdist with cabal != 1.16. | John MacFarlane | 1 | -6/+5 | |
2015-07-05 | Travis: reorder hsb2hs install. | John MacFarlane | 1 | -1/+3 | |
2015-07-04 | Travis: install hsb2hs. | John MacFarlane | 1 | -0/+1 | |
2015-07-03 | Try to fix travis build for ghc 7.4.2. | John MacFarlane | 1 | -0/+1 | |
2015-07-03 | Fixed travis. | John MacFarlane | 1 | -1/+1 | |
2015-07-03 | Travis: build in a directory created by sdist. | John MacFarlane | 1 | -0/+2 | |
This will catch packaging bugs. | |||||
2015-04-25 | Added JOPTS to travis. | John MacFarlane | 1 | -7/+7 | |
This way we can set -j2 only for GHC > 7.4. | |||||
2015-04-25 | Use -j2 for travis builds. (See #2110.) | John MacFarlane | 1 | -2/+2 | |
2015-04-25 | updates travis apt installs to the new sudo-less syntax | Tim Lin | 1 | -10/+15 | |
New syntax is specified here: http://docs.travis-ci.com/user/apt/ | |||||
2015-03-27 | travis script: build with ghc 7.10.1. | John MacFarlane | 1 | -5/+5 | |
For now -Werror is turned of for 7.10.1. | |||||
2015-02-07 | Travis: comment out ghc 7.10 until we have the dependencies. | John MacFarlane | 1 | -1/+1 | |
2015-02-02 | Update travis file | Matthew Pickering | 1 | -10/+11 | |
2014-06-18 | Travis: don't need alex, happy. | John MacFarlane | 1 | -6/+1 | |
2014-05-16 | Fixed travis build to install alex for GHC 7.8.2. | John MacFarlane | 1 | -1/+1 | |
2014-05-16 | travis: Test with ghc 7.8.2 rather than 7.8.1. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | Fixed cabal path in travis config. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | More travis tweaks. | John MacFarlane | 1 | -3/+2 | |
2014-04-09 | Travis: gave up trying to test the sdist. | John MacFarlane | 1 | -12/+0 | |
For some reason hsb2hs was not found, even though it was built. | |||||
2014-04-09 | More travis tweaks. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | More travis tweaks. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | Travis build: remove 6.12; add -v2 to dependencies install. | John MacFarlane | 1 | -2/+2 | |
2014-04-09 | Travis: install hsb2hs. | John MacFarlane | 1 | -0/+1 | |
2014-04-09 | More travis tweaks. | John MacFarlane | 1 | -4/+4 | |
2014-04-09 | More travis changes. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | Fixed $CABAL in travis script. | John MacFarlane | 1 | -1/+1 | |
2014-04-09 | Updated travis script to test with multiple GHC versions. | John MacFarlane | 1 | -5/+42 | |
2014-04-09 | Force failure of a Travis build if GHC produces warnings | Albert Krewinkel | 1 | -1/+1 | |
Pandoc should, as stated in CONTRIBUTING.md, always compile without warnings. This patch forces GHC to treat warnings like errors during Travis builds, making it possible to catch mistakes (like missing top-level type definitions) early. | |||||
2013-08-24 | Updated travis build. | John MacFarlane | 1 | -1/+0 | |
2013-07-13 | Another attempt at .travis.yml. | John MacFarlane | 1 | -6/+7 | |
2013-07-13 | Another attempt at the travis build spec. | John MacFarlane | 1 | -3/+2 | |
2013-07-13 | Tweaked travis script to use cabal-dev. | John MacFarlane | 1 | -4/+6 | |
2013-01-19 | Revert "Temporarily removed travis build instructions." | John MacFarlane | 1 | -0/+7 | |
This reverts commit bba08126b4e7912ca533dbc04ef0a5f240a1bd1e. | |||||
2012-08-08 | Temporarily removed travis build instructions. | John MacFarlane | 1 | -7/+0 | |
2012-07-26 | Changed travis instructions for new test. | John MacFarlane | 1 | -2/+2 | |
2012-03-14 | Fixed travis-CI script to build tests. | John MacFarlane | 1 | -0/+1 | |
2012-03-13 | Added .travis.yml. | John MacFarlane | 1 | -0/+6 | |