Skip to content

Commit

Permalink
Fixed versions in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nodecarter committed Aug 8, 2016
1 parent 66c3a43 commit 8b7621a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -12,12 +12,14 @@ gemfile:

env:
- REDMINE_VER=2.3.4 DB=mysql
- REDMINE_VER=2.6.7 DB=mysql
- REDMINE_VER=3.1.1 DB=mysql
- REDMINE_VER=2.6.9 DB=mysql
- REDMINE_VER=3.1.6 DB=mysql
- REDMINE_VER=3.2.3 DB=mysql
- REDMINE_VER=3.3.0 DB=mysql
- REDMINE_VER=2.3.4 DB=postgresql
- REDMINE_VER=2.6.7 DB=postgresql
- REDMINE_VER=3.1.1 DB=postgresql
- REDMINE_VER=2.6.9 DB=postgresql
- REDMINE_VER=3.1.6 DB=postgresql
- REDMINE_VER=3.2.3 DB=postgresql
- REDMINE_VER=3.3.0 DB=postgresql

before_install:
Expand Down

0 comments on commit 8b7621a

Please sign in to comment.