summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
...
* Force failure of a Travis build if GHC produces warningsAlbert Krewinkel2014-04-09
| | | | | | | Pandoc should, as stated in CONTRIBUTING.md, always compile without warnings. This patch forces GHC to treat warnings like errors during Travis builds, making it possible to catch mistakes (like missing top-level type definitions) early.
* Updated travis build.John MacFarlane2013-08-24
|
* Another attempt at .travis.yml.John MacFarlane2013-07-13
|
* Another attempt at the travis build spec.John MacFarlane2013-07-13
|
* Tweaked travis script to use cabal-dev.John MacFarlane2013-07-13
|
* Revert "Temporarily removed travis build instructions."John MacFarlane2013-01-19
| | | | This reverts commit bba08126b4e7912ca533dbc04ef0a5f240a1bd1e.
* Temporarily removed travis build instructions.John MacFarlane2012-08-08
|
* Changed travis instructions for new test.John MacFarlane2012-07-26
|
* Fixed travis-CI script to build tests.John MacFarlane2012-03-14
|
* Added .travis.yml.John MacFarlane2012-03-13