summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Travis: more options tweaks.John MacFarlane2017-08-08
|
* Travis: don't use -Wincomplete-uni-patterns.John MacFarlane2017-08-08
|
* Travis: Don't use -Wcompat.John MacFarlane2017-08-08
|
* Travis: only use fancy warnings for recent ghc.John MacFarlane2017-08-08
|
* Use extra ghc warnings.John MacFarlane2017-08-08
| | | | | In addition to `-Wall`: `-Wincomplete-uni-patterns -Wincomplete-record-updates -Wredundant-constraints -Wcompat -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances`
* Revert "Travis: Try not caching .cabal."John MacFarlane2017-07-24
| | | | This reverts commit 5370c38203c1084d7f81abe582ebfec06ebc7d79.
* Revert "Travis: try not caching .ghc."John MacFarlane2017-07-24
| | | | This reverts commit 434309802ca86b1862dae4ebf47fd4904876c522.
* Travis: try not caching .ghc.John MacFarlane2017-07-24
|
* Travis: Try not caching .cabal.John MacFarlane2017-07-24
| | | | Hoping this solves the problems with recent builds.
* Revert "Use cabal-2.0 for 8.2.1 (#3814)"John MacFarlane2017-07-24
| | | | This reverts commit d8f07fad09f3b5b0c586dd8a4ba23b19efef6152.
* Use cabal-2.0 for 8.2.1 (#3814)Matthew Pickering2017-07-24
|
* Travis: Removed ghc 8.2.1 build from allowed failures.John MacFarlane2017-07-15
|
* Travis: cabal build for ghc 8.2.1 RC.John MacFarlane2017-07-13
|
* Revert "Added a travis build on ghc 8.2 release candidate."John MacFarlane2017-07-13
| | | | This reverts commit 62915a8af148e80c607985b078aa2c74645332ba.
* Added a travis build on ghc 8.2 release candidate.John MacFarlane2017-07-13
|
* .travis.yml - removed hsb2hs stuff.John MacFarlane2017-06-04
|
* More travis fixes.John MacFarlane2017-03-20
|
* Travis: install hsb2hs.John MacFarlane2017-03-20
|
* More travis fixes.John MacFarlane2017-03-20
|
* More travis fixes.John MacFarlane2017-03-20
|
* Fixed .travis.yml.John MacFarlane2017-03-20
|
* .travis.yml: create a source dist and do cabal build and test there.John MacFarlane2017-03-20
| | | | | That way we catch errors due to files missing from the data section of pandoc.cabal.
* Travis: Remove GHC HEAD build.John MacFarlane2017-03-08
| | | | This pretty much always fails due to dependencies.
* Travis: comment out OSX build.John MacFarlane2017-03-08
| | | | | This always takes forever to complete. Since I develop on OSX anyway, it's not so urgent.
* Travis: move 7.8.4 out of allowed-failures.John MacFarlane2017-02-20
|
* Travis: remove 8.0.1 build.John MacFarlane2017-02-20
|
* stack.yamls: Use lts-8.0.John MacFarlane2017-02-12
|
* Travis: allow ghc 7.8.4 to fail. For now anyway.John MacFarlane2017-01-25
|
* travis: catch #3372 (#3373)ickc2017-01-24
|
* travis: download stack only in stack BUILD (#3357)ickc2017-01-17
|
* Travis: fix false positives and speed up dist build by avoiding tests.John MacFarlane2016-12-30
|
* Travis: add path to happy to path.John MacFarlane2016-12-24
|
* Added happy to travis deb pkgs.John MacFarlane2016-12-23
|
* Speed up Travis (#3304)ickc2016-12-13
| | | | | | | | * travis: fast_finish * travis: cabal use `-j` whenever appropriate * travis: remove stack nightly in osx build to speed up
* travis: use language generic (#3267)ickc2016-11-30
|
* Add comment acknowledging source of .travis.yml.John MacFarlane2016-11-16
|
* Travis: Set ulimit -n 4096 before build. This seems necessary on OSX.John MacFarlane2016-10-23
|
* Travis: add to end of path to avoid a warning.John MacFarlane2016-10-23
|
* Travis tweaks.John MacFarlane2016-10-18
| | | | | Disable optimizations. Make sure we don't change flag on aeson.
* Travis: fixed --flag argument in stack.John MacFarlane2016-10-16
|
* Travis: Use fast flag for aeson.John MacFarlane2016-10-15
| | | | | This dramatically speeds up the build, according to the aeson changelog.
* Travis: test with lts-7 not lts-6.John MacFarlane2016-10-14
|
* Removed cabal 1.16 cruft from .travis.yml.John MacFarlane2016-10-01
|
* Remove 7.6 build from .travis.yamlJesse Rosenthal2016-09-02
| | | | We are dropping support for ghc < 7.8
* 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.