Commit Graph

33 Commits

Author SHA1 Message Date
mrkkrp
936635c8dc Enable caching on Travis 2017-03-05 14:09:57 +03:00
mrkkrp
aa326f0294 Don't test with GHC and Cabal HEAD on Travis 2017-03-02 23:17:41 +03:00
Mark Karpov
8f43fdc3f6 Drop support for GHC 7.6 (#166) 2017-02-01 22:01:18 +04:00
mrkkrp
688d1453ed Exclude ‘tests’ dir from coverage reports 2017-02-01 19:08:47 +03:00
mrkkrp
2c4ac2af3c Update the Travis script (new benchmark directories) 2017-01-31 22:23:35 +03:00
mrkkrp
e63ac94df0 Test with GHC 8.0.2 2017-01-26 13:16:54 +03:00
mrkkrp
4667c9ff46 Fix test coverage reporting 2016-09-25 21:23:57 +03:00
mrkkrp
bd07032795 Fix the build 2016-09-25 18:42:21 +03:00
mrkkrp
6da7f86350 Migrate the test suite to Hspec 2016-09-24 19:32:50 +03:00
mrkkrp
b7cc20ec67 Drop GHC 7.10.1 and 7.10.2 from Travis CI
Just GHC 7.10.3 should be enough to test for this version.
2016-05-24 16:29:25 +07:00
mrkkrp
13578590da Adjustments for compatibility 2016-04-25 19:51:13 +07:00
mrkkrp
acbae63a21 First attempt to outline Megaparsec 5.0.0
This is rather a sketch, we need to work on documentation, tests, and
perhaps on performance, but it should show the direction Megaparsec
5.0.0 is taking.
2016-04-17 20:08:13 +07:00
Herbert Valerio Riedel
9cfb8e627a Add GHC 8.0 to test-matrix 2016-02-08 11:41:02 +01:00
mrkkrp
c4b2489d77 Disable Haddock build for Cabal 1.16 2016-01-09 20:20:23 +06:00
mrkkrp
27f0b706b7 only use ‘-Werror’ on travis 2015-12-23 18:42:00 +06:00
mrkkrp
b6774d6d29 test newer GHC and container-based infrastructure 2015-12-17 00:11:10 +06:00
mrkkrp
5ad588710d remove ‘language: c’ from ‘.travis.yml’ 2015-10-27 14:56:57 +06:00
mrkkrp
ef3223dc8a travis: fail if some functions are undocumented 2015-10-18 14:58:21 +06:00
mrkkrp
5f83b40631 make Travis CI build Megaparsec with GHC 7.6.x
There are some problems with HPC in GHC 7.6.x, so we don't measure code
coverage.
2015-10-04 20:49:42 +06:00
mrkkrp
b7f394839d add more Cabal/GHC combinations to test
Because of added support for GHC 7.8.x we need to test that version too.
2015-10-01 15:35:29 +06:00
mrkkrp
eed0e48a60 travis: run 1000 iterations per test 2015-09-13 21:21:43 +06:00
mrkkrp
bf863e03c3 fix a typo in ‘.travis.yml’ file 2015-09-06 19:18:39 +06:00
mrkkrp
36d704851e better test options for Travis CI 2015-08-09 00:50:29 +06:00
mrkkrp
274eca9706 renamed ‘oldtests’ → ‘old-tests’ for readability 2015-08-03 13:23:52 +06:00
mrkkrp
77db6414c6 integration with Coveralls 2015-08-03 12:46:53 +06:00
mrkkrp
59a0447f78 make travis test haddock docs 2015-07-31 00:38:47 +06:00
mrkkrp
227667f829 refactoring, phase 1 2015-07-28 19:32:19 +06:00
mrkkrp
d020e8e1f6 preparatory changes 2015-07-27 15:03:58 +06:00
Antoine Latter
e1f87ddcc5 Switch to multi-ghc style travis script 2015-03-21 21:22:24 -05:00
Antoine Latter
048bd618ed Test against multiple GHC versions in Travis CI. 2015-03-19 16:06:57 -04:00
Antoine Latter
6374db5979 Travis-CI: We don't need 'sudo' access 2015-03-19 10:50:38 -04:00
Antoine Latter
024a207ea7 Add TODO comment to travis CI confgi 2015-03-19 10:38:42 -04:00
Antoine Latter
64b3f1369a Create travis-CI config file
This is pretty bare-bones, but hopefully enough to get started.
2015-03-19 10:33:17 -04:00