Skip to content

Commit

Permalink
Merge branch 'travis'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Beier committed Jun 13, 2014
2 parents 9f23d1f + 3ab040e commit d515854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
language: ruby
rvm:
- 2.1.1
- 2.0.0
- 1.9.3
- 2.0.0
- 2.1.2
branches:
only:
- master
- travis
env:
- REDMINE_VERSION=2.4.0 VERBOSE=yes
- REDMINE_VERSION=2.4.5 VERBOSE=yes
- REDMINE_VERSION=2.5.0 VERBOSE=yes
- REDMINE_VERSION=2.5.1 VERBOSE=yes
script:
- export PLUGIN=redmine_time_tracker
Expand Down
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ Most current version is available at: [GitHub](https://github.com/hicknhack-soft

## Requirements
* Redmine 2.4.0
* ruby >= 1.8.7 (production, development)
* ruby >= 1.9.2 (test, because of the gem 'timecop', which requires >= 1.9.2)
* ruby >= 1.9.2

## Install

Expand Down

0 comments on commit d515854

Please sign in to comment.