summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Fixed lts6 travis build.John MacFarlane2016-07-14
|
* Travis: don't test on lts-5.John MacFarlane2016-07-03
|
* Travis: test with ghc 8.0.1, remove testing with ghc 7.4.John MacFarlane2016-06-04
|
* Travis: use -fno-warn-unused-do-bind -Wall -Werror.John MacFarlane2016-03-25
|
* Add --pedantic to stack build on travis.John MacFarlane2016-03-25
| | | | | | This turns on -Wall, -Werror. -Werror is already there for cabal builds, but for some reason travis isn't failing when errors occur.
* Travis: run tests when compiling from tarball.John MacFarlane2016-03-24
| | | | This should help with bugs like #2811.
* Don't build with lts-2 or lts-3.John MacFarlane2016-02-17
|
* Travis: don't build with lts-3.John MacFarlane2016-02-17
| | | | It doesn't have recent enough dependencies.
* Travis fixes.John MacFarlane2016-02-17
| | | | | cabal sdist has problems on cabal 1.16, because of our Text.Pandoc.Data module. So we don't test it.
* Try new travis stack+cabal script.John MacFarlane2016-02-17
|
* Go back to testing with ghc 7.10.2.John MacFarlane2016-01-05
| | | | | | | 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/
* Regenerated .travis.yml to include 7.10.3.John MacFarlane2016-01-05
|
* Updated .travis.yml, added ghc 7.10.3 to tested-with.John MacFarlane2016-01-05
|
* Travis: only use ghc 7.10.2 for now.John MacFarlane2015-11-21
| | | | | We can go back to the old cabal-based travis once pandoc-types and texmath have been released.
* Travis: Use --system-ghc.John MacFarlane2015-11-21
|
* Added sanity check in .travis.yml to diagnose problem.John MacFarlane2015-11-21
|
* Fixed travis again.John MacFarlane2015-11-21
|
* Fixed travis.John MacFarlane2015-11-21
|
* Back to stack-based .travis.yml; use stack 1.8.John MacFarlane2015-11-21
|
* Simpler travis - build pandoc, pandoc-citeproc, texmath together.John MacFarlane2015-11-21
| | | | | No caching. This is temporary until we release pandoc-types and texmath.
* Travis, make_travis_yml: reverted addition of 'cabal test' in tgz.John MacFarlane2015-11-21
|
* Further travis tweaks.John MacFarlane2015-11-21
|
* Fix travis problem.John MacFarlane2015-11-21
|
* Fixed .travis.yml syntax.John MacFarlane2015-11-21
|
* travis: install unreleased pandoc-types & texmath.John MacFarlane2015-11-21
|
* Back to cabal-based .travis.yml.John MacFarlane2015-11-21
| | | | | Modified make_travis_yml so that we do a 'cabal test' with the unpacked tarball.
* Tweaked travis.yml.John MacFarlane2015-11-20
|
* More travis/stack tweaks.John MacFarlane2015-11-20
|
* Removed ./travis_long from .travis.yml.John MacFarlane2015-11-20
|
* New stack-based .travis.yml.John MacFarlane2015-11-20
| | | | | For now, at least, we need to use stack to build in travis, since we depend on unreleased packages.
* Revert "Give up support for ghc 7.4."John MacFarlane2015-11-09
| | | | This reverts commit e0c83f74f39ca94437d0b6f823c6f932aa663fe0.
* Give up support for ghc 7.4.John MacFarlane2015-11-08
|
* travis: use -Werror even on ghc 7.10.John MacFarlane2015-10-14
|
* Added comment in .travis.yml to explain last change.John MacFarlane2015-10-09
|
* Use dist/setup/setup/sdist instead of cabal sdist.John MacFarlane2015-10-09
| | | | | | | | 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
* Test also on ghc 7.4.2.John MacFarlane2015-10-09
| | | | Made make_travis_yml.hs a bit more robust.
* New .travis.yml.John MacFarlane2015-10-08
| | | | | | | | | 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.
* Simplified travis.yml.John MacFarlane2015-10-08
| | | | | | - Follows template on hvr/multi-ghc-travis. - Don't build with ghc 7.4.2. - Build tarball after main build.
* Travis: use cabal-install 1.22 not head.John MacFarlane2015-10-08
|
* travis: use ghc 7.10.2 instead of 7.10.1.John MacFarlane2015-10-08
|
* Use cabal-install-head in travis for ghc 7.10.1.John MacFarlane2015-08-15
| | | | | | | 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?
* Travis: removed diagnostics, add cabal path to PATH, back to ghc 7.10.1.John MacFarlane2015-08-15
| | | | | ghc 7.10.2 isn't whitelisted yet. https://github.com/travis-ci/travis-ci/issues/4478
* Added some travis diagnostics.John MacFarlane2015-08-15
|
* Travis: build with ghc 7.10.2 instead of 7.10.1.John MacFarlane2015-08-15
|
* Revert "Travis: call test program directly rather than by cabal."John MacFarlane2015-08-08
| | | | This reverts commit 8bcaea5bd18c4dc26319d9ee9cb5c39de0ba2ed3.
* Travis: call test program directly rather than by cabal.John MacFarlane2015-08-08
|
* Travis: only do sdist with cabal != 1.16.John MacFarlane2015-07-05
|
* Travis: reorder hsb2hs install.John MacFarlane2015-07-05
|
* Travis: install hsb2hs.John MacFarlane2015-07-04
|
* Try to fix travis build for ghc 7.4.2.John MacFarlane2015-07-03
|