summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: show mysql packagesToshi MARUYAMA2015-04-301-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14232 e93f8b46-1217-0410-a6f0-8f06a7374b81
* travis: fix MariaDB 5.5 test errorToshi MARUYAMA2015-04-301-0/+1
| | | | | | | | | <pre> The following packages have unmet dependencies: mariadb-server : Depends: mariadb-server-5.5 (= 5.5.42+maria-1~precise) but it is not going to be installed </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@14231 e93f8b46-1217-0410-a6f0-8f06a7374b81
* .travis.yml: replace DATABASE_ADAPTER to DBToshi MARUYAMA2015-04-141-36/+37
| | | | | | | | Prevent travis UI confusion. * https://github.com/travis-ci/travis-ci/issues/3386 * https://github.com/travis-ci/travis-ci/issues/3402 git-svn-id: http://svn.redmine.org/redmine/trunk@14172 e93f8b46-1217-0410-a6f0-8f06a7374b81
* .travis.yml: replace TEST_SUITE to SUITEToshi MARUYAMA2015-03-191-33/+33
| | | | | | | Prevent travis UI confusion. https://github.com/travis-ci/travis-ci/issues/3386 git-svn-id: http://svn.redmine.org/redmine/trunk@14132 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add MariaDB 5.5 environment to travis (#17460, #19344, #19395)Toshi MARUYAMA2015-03-161-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14128 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add MySQL 5.6 and 5.7 environments to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-10/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14085 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add MariaDB 10.0 environment to travis (#17460, #19344)Toshi MARUYAMA2015-03-141-0/+17
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14077 e93f8b46-1217-0410-a6f0-8f06a7374b81
* .travis.yml: move "matrix" after "env"Toshi MARUYAMA2015-03-141-6/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14076 e93f8b46-1217-0410-a6f0-8f06a7374b81
* run ui test on travisToshi MARUYAMA2015-03-131-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14074 e93f8b46-1217-0410-a6f0-8f06a7374b81
* unify .travis.run-test.sh to .travis.ymlToshi MARUYAMA2015-03-131-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14072 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add redmine.org issue link of jruby IO.popen() at .travis.yml (#19091)Toshi MARUYAMA2015-02-151-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14012 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove jruby-21mode from .travis.ymlToshi MARUYAMA2015-01-151-2/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13880 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add jruby-21mode to .travis.ymlToshi MARUYAMA2015-01-031-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13826 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Ruby 2.2 to .travis.ymlToshi MARUYAMA2014-12-261-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13797 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13482 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add Ruby 1.9.2 to .travis.ymlToshi MARUYAMA2014-08-281-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13354 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1.0 at .travis.ymlToshi MARUYAMA2014-05-011-2/+2
| | | | | | | See: https://github.com/travis-ci/travis-ci/issues/2220 git-svn-id: http://svn.redmine.org/redmine/trunk@13116 e93f8b46-1217-0410-a6f0-8f06a7374b81
* allow jruby test failure on travisToshi MARUYAMA2014-02-111-0/+5
| | | | | | | | | SCM tests fail randomly due to IO.popen(). See: https://github.com/jruby/jruby/issues/779 git-svn-id: http://svn.redmine.org/redmine/trunk@12875 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use jruby instead of jruby-18mode etc. at .travis.ymlToshi MARUYAMA2014-02-111-4/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12874 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "jruby-20mode" and "jruby-21mode" to .travis.ymlToshi MARUYAMA2014-02-111-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12873 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "git --version" to .travis.ymlToshi MARUYAMA2014-02-071-0/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12858 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove JRuby PostgreSQL from allow_failures of .travis.ymlToshi MARUYAMA2014-01-191-8/+0
| | | | | | | | | | Tests pass on Travis. * jruby 1.7.9 (1.9.3p392) 2014-01-09 87b108a on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [linux-amd64] * jdbc-postgres (9.3.1100) * activerecord-jdbc-adapter (1.3.5) * activerecord-jdbcpostgresql-adapter (1.3.5) git-svn-id: http://svn.redmine.org/redmine/trunk@12668 e93f8b46-1217-0410-a6f0-8f06a7374b81
* fix typo of .travis.ymlToshi MARUYAMA2014-01-191-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12666 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add .travis.yml and switch database user/password by environmentsToshi MARUYAMA2014-01-181-0/+41
git-svn-id: http://svn.redmine.org/redmine/trunk@12665 e93f8b46-1217-0410-a6f0-8f06a7374b81