summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken and disabled Travis CI configurationsTim Landscheidt2019-01-221-37/+0
| | | | | | | | The Travis CI configurations for macOS, Clang on Linux and CheckTexinfo.py and CheckManpage.py are broken and disabled or ignored. They appear to be non-trivial to fix, so the current stub is probably more distracting than helpful while also making changes to the working Linux configuration more difficult.
* Use standard GCC in Travis CITim Landscheidt2019-01-191-7/+0
| | | | | | | Commit 4c4367fe6b7f184605c900735fc5b646f45311c1 added some logic to compile Ledger with GCC 4.8 as Travis CI's Ubuntu Precise environments only offered 4.6 at that time. Since then, the default image has changed to Ubuntu Trusty which provides GCC 4.8.
* Use "macOS" consistentlyMartin Michlmayr2019-01-091-2/+2
| | | | macOS seems to be the current name for Mac OS X.
* Missing an export keyword in .travis.ymlJohn Wiegley2018-07-191-1/+1
|
* Correct to Travis build for the new master branch versionJohn Wiegley2018-07-191-1/+2
|
* Correct webhook URLJohn Wiegley2018-01-301-1/+1
|
* Add Gitter integrationJohn Wiegley2018-01-301-0/+7
|
* Disable osx+clang build on Travis for nowJohn Wiegley2017-12-301-0/+6
|
* [travis] Bump boost version to 1.61.0Alexis Hildebrandt2016-06-221-1/+1
|
* [travis] Bump boost version to 1.60.0Alexis Hildebrandt2016-01-021-1/+1
|
* [travis] Bump boost version to 1.59.0Alexis Hildebrandt2015-09-151-1/+1
|
* [travis] Enable verbose failuresAlexis Hildebrandt2015-08-051-1/+1
|
* [travis] Rename coverity scan branchAlexis Hildebrandt2015-08-051-2/+2
| | | | Fix typo
* [travis] Configure coverity scanAlexis Hildebrandt2015-08-051-0/+9
|
* [travis] Use boost 1.49.0 for master branch buildsAlexis Hildebrandt2015-07-311-2/+6
| | | | and boost 1.58.0 for all other branches.
* [travis] Add multi-os build configurationAlexis Hildebrandt2015-07-311-12/+54
| | | | and use a custom build of boost.
* [travis] Run documentation checks as reportsAlexis Hildebrandt2015-07-281-1/+5
| | | | which are allowed to fail instead of strict tests.
* [travis] Remove multi-os build configurationAlexis Hildebrandt2015-07-281-16/+1
|
* [travis] Switch to container-based buildAlexis Hildebrandt2015-07-281-15/+43
| | | | using plain cmake and make
* [travis] Switch to debug buildAlexis Hildebrandt2015-01-161-1/+1
| | | | | to allow for proper checks using test/CheckTests.py, which requires the --debug option
* [travis] Parallelize testsAlexis Hildebrandt2015-01-061-3/+2
|
* [traivs] Fix syntax errorsAlexis Hildebrandt2015-01-061-5/+3
|
* [travis] Fix typo in .travis.ymlAlexis Hildebrandt2015-01-061-2/+2
|
* [travis] Re-enable clang buildsAlexis Hildebrandt2015-01-061-3/+5
| | | | Switch to single job builds
* [travis] Fix .travis.ymlAlexis Hildebrandt2015-01-051-2/+7
|
* Configure IRC notificationsJohn Wiegley2015-01-021-0/+2
|
* [travis] Shorten Travis CI run timesAlexis Hildebrandt2014-12-241-18/+8
| | | | | | | by adding --jobs to utilize multiple cores and using boost ppa packages instead of downloading the source and building boost from scratch. This effectively cuts the time for a Travis CI run in half.
* Add URL to Travis CI environment documentationAlexis Hildebrandt2014-04-231-4/+5
| | | | [ci skip]
* Fix Travis CI buildAlexis Hildebrandt2014-04-231-8/+31
| | | | | - Install and use GNU GCC 4.8 to support required C++11 standard - Build Boost (1.55.0) libraries needed by ledger - Export build and cmake variables to find locally built Boost
* Another .travis.yml fixJohn Wiegley2014-04-171-1/+1
|
* More Travis changesJohn Wiegley2014-04-171-3/+5
|
* Have Travis download Boost-1.55John Wiegley2014-04-171-0/+4
|
* update travis notification settingsJohann Klähn2014-02-011-0/+5
|
* Add continuous integration using Travis CIAlexis Hildebrandt2014-02-011-0/+9