aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2016-02-17Don't build with lts-2 or lts-3.John MacFarlane1-9/+0
2016-02-17Travis: don't build with lts-3.John MacFarlane1-4/+0
It doesn't have recent enough dependencies.
2016-02-17Travis fixes.John MacFarlane1-2/+4
cabal sdist has problems on cabal 1.16, because of our Text.Pandoc.Data module. So we don't test it.
2016-02-17Try new travis stack+cabal script.John MacFarlane1-75/+124
2016-01-05Go back to testing with ghc 7.10.2.John MacFarlane1-3/+3
Avoids the dreaded "the version of cabal being used has changed" error. https://www.reddit.com/r/haskell/comments/3f4bgr/the_version_of_cabal_being_used_has_changed/
2016-01-05Regenerated .travis.yml to include 7.10.3.John MacFarlane1-0/+3
2016-01-05Updated .travis.yml, added ghc 7.10.3 to tested-with.John MacFarlane1-24/+72
2015-11-21Travis: only use ghc 7.10.2 for now.John MacFarlane1-9/+9
We can go back to the old cabal-based travis once pandoc-types and texmath have been released.
2015-11-21Travis: Use --system-ghc.John MacFarlane1-5/+1
2015-11-21Added sanity check in .travis.yml to diagnose problem.John MacFarlane1-0/+4
2015-11-21Fixed travis again.John MacFarlane1-2/+1
2015-11-21Fixed travis.John MacFarlane1-1/+4
2015-11-21Back to stack-based .travis.yml; use stack 1.8.John MacFarlane1-44/+18
2015-11-21Simpler travis - build pandoc, pandoc-citeproc, texmath together.John MacFarlane1-36/+1
No caching. This is temporary until we release pandoc-types and texmath.
2015-11-21Travis, make_travis_yml: reverted addition of 'cabal test' in tgz.John MacFarlane1-1/+1
2015-11-21Further travis tweaks.John MacFarlane1-9/+9
2015-11-21Fix travis problem.John MacFarlane1-1/+1
2015-11-21Fixed .travis.yml syntax.John MacFarlane1-8/+8
2015-11-21travis: install unreleased pandoc-types & texmath.John MacFarlane1-0/+8
2015-11-21Back to cabal-based .travis.yml.John MacFarlane1-18/+71
Modified make_travis_yml so that we do a 'cabal test' with the unpacked tarball.
2015-11-20Tweaked travis.yml.John MacFarlane1-1/+1
2015-11-20More travis/stack tweaks.John MacFarlane1-2/+2
2015-11-20Removed ./travis_long from .travis.yml.John MacFarlane1-2/+2
2015-11-20New stack-based .travis.yml.John MacFarlane1-71/+18
For now, at least, we need to use stack to build in travis, since we depend on unreleased packages.
2015-11-09Revert "Give up support for ghc 7.4."John MacFarlane1-0/+3
This reverts commit e0c83f74f39ca94437d0b6f823c6f932aa663fe0.
2015-11-08Give up support for ghc 7.4.John MacFarlane1-3/+0
2015-10-14travis: use -Werror even on ghc 7.10.John MacFarlane1-1/+1
2015-10-09Added comment in .travis.yml to explain last change.John MacFarlane1-1/+3
2015-10-09Use dist/setup/setup/sdist instead of cabal sdist.John MacFarlane1-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-09Test also on ghc 7.4.2.John MacFarlane1-0/+3
Made make_travis_yml.hs a bit more robust.
2015-10-08New .travis.yml.John MacFarlane1-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-08Simplified travis.yml.John MacFarlane1-19/+17
- Follows template on hvr/multi-ghc-travis. - Don't build with ghc 7.4.2. - Build tarball after main build.
2015-10-08Travis: use cabal-install 1.22 not head.John MacFarlane1-2/+2
2015-10-08travis: use ghc 7.10.2 instead of 7.10.1.John MacFarlane1-2/+2
2015-08-15Use cabal-install-head in travis for ghc 7.10.1.John MacFarlane1-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-15Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1.John MacFarlane1-7/+3
ghc 7.10.2 isn't whitelisted yet. https://github.com/travis-ci/travis-ci/issues/4478
2015-08-15Added some travis diagnostics.John MacFarlane1-0/+4
2015-08-15Travis: build with ghc 7.10.2 instead of 7.10.1.John MacFarlane1-2/+2
2015-08-08Revert "Travis: call test program directly rather than by cabal."John MacFarlane1-4/+1
This reverts commit 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3.
2015-08-08Travis: call test program directly rather than by cabal.John MacFarlane1-1/+4
2015-07-05Travis: only do sdist with cabal != 1.16.John MacFarlane1-6/+5
2015-07-05Travis: reorder hsb2hs install.John MacFarlane1-1/+3
2015-07-04Travis: install hsb2hs.John MacFarlane1-0/+1
2015-07-03Try to fix travis build for ghc 7.4.2.John MacFarlane1-0/+1
2015-07-03Fixed travis.John MacFarlane1-1/+1
2015-07-03Travis: build in a directory created by sdist.John MacFarlane1-0/+2
This will catch packaging bugs.
2015-04-25Added JOPTS to travis.John MacFarlane1-7/+7
This way we can set -j2 only for GHC > 7.4.
2015-04-25Use -j2 for travis builds. (See #2110.)John MacFarlane1-2/+2
2015-04-25updates travis apt installs to the new sudo-less syntaxTim Lin1-10/+15
New syntax is specified here: http://docs.travis-ci.com/user/apt/
2015-03-27travis script: build with ghc 7.10.1.John MacFarlane1-5/+5
For now -Werror is turned of for 7.10.1.