summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAge
* Added JOPTS to travis.John MacFarlane2015-04-25
| | | | This way we can set -j2 only for GHC > 7.4.
* Use -j2 for travis builds. (See #2110.)John MacFarlane2015-04-25
|
* updates travis apt installs to the new sudo-less syntaxTim Lin2015-04-25
| | | | New syntax is specified here: http://docs.travis-ci.com/user/apt/
* travis script: build with ghc 7.10.1.John MacFarlane2015-03-27
| | | | For now -Werror is turned of for 7.10.1.
* Travis: comment out ghc 7.10 until we have the dependencies.John MacFarlane2015-02-07
|
* Update travis fileMatthew Pickering2015-02-02
|
* Travis: don't need alex, happy.John MacFarlane2014-06-18
|
* Fixed travis build to install alex for GHC 7.8.2.John MacFarlane2014-05-16
|
* travis: Test with ghc 7.8.2 rather than 7.8.1.John MacFarlane2014-05-16
|
* Fixed cabal path in travis config.John MacFarlane2014-04-09
|
* More travis tweaks.John MacFarlane2014-04-09
|
* Travis: gave up trying to test the sdist.John MacFarlane2014-04-09
| | | | For some reason hsb2hs was not found, even though it was built.
* More travis tweaks.John MacFarlane2014-04-09
|
* More travis tweaks.John MacFarlane2014-04-09
|
* Travis build: remove 6.12; add -v2 to dependencies install.John MacFarlane2014-04-09
|
* Travis: install hsb2hs.John MacFarlane2014-04-09
|
* More travis tweaks.John MacFarlane2014-04-09
|
* More travis changes.John MacFarlane2014-04-09
|
* Fixed $CABAL in travis script.John MacFarlane2014-04-09
|
* Updated travis script to test with multiple GHC versions.John MacFarlane2014-04-09
|
* 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