aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12stack.yamls: Use lts-8.0.John MacFarlane1-5/+5
2017-01-25Travis: allow ghc 7.8.4 to fail. For now anyway.John MacFarlane1-0/+1
2017-01-24travis: catch #3372 (#3373)ickc1-0/+5
2017-01-17travis: download stack only in stack BUILD (#3357)ickc1-8/+9
2016-12-30Travis: fix false positives and speed up dist build by avoiding tests.John MacFarlane1-7/+8
2016-12-24Travis: add path to happy to path.John MacFarlane1-1/+1
2016-12-23Added happy to travis deb pkgs.John MacFarlane1-3/+3
2016-12-13Speed up Travis (#3304)ickc1-7/+12
* travis: fast_finish * travis: cabal use `-j` whenever appropriate * travis: remove stack nightly in osx build to speed up
2016-11-30travis: use language generic (#3267)ickc1-2/+2
2016-11-16Add comment acknowledging source of .travis.yml.John MacFarlane1-2/+2
2016-10-23Travis: Set ulimit -n 4096 before build. This seems necessary on OSX.John MacFarlane1-2/+4
2016-10-23Travis: add to end of path to avoid a warning.John MacFarlane1-1/+1
2016-10-18Travis tweaks.John MacFarlane1-3/+3
Disable optimizations. Make sure we don't change flag on aeson.
2016-10-16Travis: fixed --flag argument in stack.John MacFarlane1-2/+2
2016-10-15Travis: Use fast flag for aeson.John MacFarlane1-3/+3
This dramatically speeds up the build, according to the aeson changelog.
2016-10-14Travis: test with lts-7 not lts-6.John MacFarlane1-5/+5
2016-10-01Removed cabal 1.16 cruft from .travis.yml.John MacFarlane1-5/+3
2016-09-02Remove 7.6 build from .travis.yamlJesse Rosenthal1-3/+0
We are dropping support for ghc < 7.8
2016-07-14Fixed lts6 travis build.John MacFarlane1-2/+2
2016-07-03Travis: don't test on lts-5.John MacFarlane1-8/+0
2016-06-04Travis: test with ghc 8.0.1, remove testing with ghc 7.4.John MacFarlane1-3/+12
2016-03-25Travis: use -fno-warn-unused-do-bind -Wall -Werror.John MacFarlane1-1/+1
2016-03-25Add --pedantic to stack build on travis.John MacFarlane1-1/+1
This turns on -Wall, -Werror. -Werror is already there for cabal builds, but for some reason travis isn't failing when errors occur.
2016-03-24Travis: run tests when compiling from tarball.John MacFarlane1-1/+1
This should help with bugs like #2811.
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