aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump required Erlang/OTP version to 19.1Holger Weiss2019-02-281-1/+1
| | | | | Since 538f35d05a9bb25f24b30ea43b07a36cfc043e12, Erlang/OTP 19.1 is required.
* Travis CI: Bump Erlang/OTP 21.x versionHolger Weiss2018-12-221-1/+1
|
* Another attempt for db access on travisPaweł Chmielowski2018-11-191-0/+1
|
* Third time's the charm? Let load scheme before changing permissionsPaweł Chmielowski2018-11-191-1/+1
|
* Fix command for loading pgsql schemaPaweł Chmielowski2018-11-191-1/+1
|
* Try to load db schemas externally on travisPaweł Chmielowski2018-11-191-0/+2
|
* Replace dict with mapsEvgeny Khramtsov2018-11-151-3/+3
| | | | This will improve performance and memory consumptions of large MUCs
* Another try to fix travisPaweł Chmielowski2018-01-311-3/+3
|
* Properly escape string in travis configPaweł Chmielowski2018-01-311-1/+1
|
* Print something when doing tests in travis, as not doing that get us killedPaweł Chmielowski2018-01-311-2/+4
|
* Don't run tests in verbose mode on travisPaweł Chmielowski2018-01-311-1/+1
|
* Disable riak in travisPaweł Chmielowski2018-01-301-13/+1
|
* Switch riak backend to leveldb on travisPaweł Chmielowski2017-11-171-0/+2
|
* Pre-install libgd and libwebpEvgeniy Khramtsov2017-09-251-1/+1
|
* Remove OTP20 from Travis tests for nowEvgeniy Khramtsov2017-09-251-1/+0
|
* Add OTP 20.0 to Travis testsing platformsEvgeniy Khramtsov2017-08-171-0/+1
|
* Travis CI: Update MySQL packageHolger Weiss2017-04-111-1/+2
| | | | The "mysql-server-5.6" package is no longer available.
* Revert "Bump OTP version to 19.3 in Travis config"Evgeniy Khramtsov2017-03-201-1/+1
| | | | This reverts commit 7113f2b8ba73f4f565dd1ce6c482c9f03d2b0858.
* Bump OTP version to 19.3 in Travis configEvgeniy Khramtsov2017-03-201-1/+1
|
* Change OTP version from 19.1 to 19.2 in travis configEvgeniy Khramtsov2017-01-241-1/+1
|
* Add OTP 19.1 to Travis' testing platformsEvgeniy Khramtsov2016-11-221-0/+1
|
* Use erlang 18.3 in travis testsPaweł Chmielowski2016-04-181-1/+1
|
* Log Elixir test result for investigation and include this log file in travis ↵Mickael Remond2016-04-061-0/+1
| | | | for troubleshooting failed tests
* Travis CI: Cosmetic changes to Riak setup commandsHolger Weiss2016-03-301-5/+4
|
* Travis CI: Revert to checking for skipped testsHolger Weiss2016-03-301-2/+1
| | | | | Now that the issues with running Riak on Travis are solved, we can check for skipped test cases again.
* Enable Riak test suite on Travis-CIMickael Remond2016-03-231-6/+6
|
* Fix a typo in travis.ymlEvgeniy Khramtsov2016-03-221-1/+1
|
* Tell Travis not to fail if some tests are skippedEvgeniy Khramtsov2016-03-221-1/+2
|
* Disable Riak test on Travis as they are too unpredictable on TravisMickael Remond2016-03-211-1/+9
| | | | For now, we are running them on local Jenkins
* Elixir test suite is already run with global CT run commandMickael Remond2016-03-211-1/+0
|
* We do not have C code to cover, they are in dependencies.Mickael Remond2016-03-211-3/+2
|
* Add Coveralls supportMickael Remond2016-03-211-1/+5
|
* Use static key for mysql repoPaweł Chmielowski2016-03-211-1/+1
|
* Attempting to use other keyserver, as we see failure from Travis fetchingMickael Remond2016-03-211-1/+1
|
* Run basic Elixir unit testsMickael Remond2016-03-211-0/+1
|
* Update OTP release to use and drop release 17.1Mickael Remond2016-03-161-3/+4
| | | | Attempt to build with Elixir
* Produce less verbose logs for tests on travisPaweł Chmielowski2016-03-151-1/+3
|
* Add Redis backend to the test suiteEvgeniy Khramtsov2016-02-191-0/+1
|
* Travis CI: Make sure Riak finds callback moduleHolger Weiss2016-02-111-1/+5
| | | | Riak calls back into ejabberd_riak during MapReduce.
* Run ejabberd test on Erlang R18Mickael Remond2016-02-031-0/+1
|
* Let Travis CI test "make install"Holger Weiss2015-10-191-1/+3
|
* configure.ac: Don't insist on Erlang/OTP >= 17.5Holger Weiss2015-08-131-1/+2
| | | | | The current ejabberd code works on Erlang/OTP 17.1 or newer. We now also let Travis CI test this version in addition to 17.5.
* Ejabberd now requires erlang R17+Paweł Chmielowski2015-08-121-1/+0
|
* Let Travis grab MySQL 5.6 from repo.mysql.comHolger Weiss2015-07-031-0/+11
| | | | | | | We need MySQL 5.6 or newer in order to get support for InnoDB FULLTEXT Indexes. Closes #624.
* Merge pull request #486 from saa/sqlite_supportEvgeny Khramtsov2015-04-081-1/+1
|\ | | | | Add SQLite support
| * Add SQLite supportSergey Abramyan2015-03-201-1/+1
| |
* | Make R16B03-1 the minimal reguired otp versionChristophe Romain2015-03-231-1/+1
|/
* Disable elixir support in travis testsPaweł Chmielowski2015-02-101-1/+1
|
* Add xref test to travis.Jerome Sautret2014-10-311-1/+1
| | | | | Conflicts: .travis.yml
* Travis CI: Remove unused configure flagHolger Weiss2014-09-101-1/+1
| | | | The --disable-http flag no longer exists.