forked from ascendro/redmine_issue_reminder
-
Notifications
You must be signed in to change notification settings - Fork 32
/
.travis.yml
38 lines (37 loc) · 1 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
language: ruby
cache:
bundler: true
directories:
- ~/.rvm
before_install:
- "echo 'gem: --no-rdoc --no-ri' > ~/.gemrc"
- gem install bundler
matrix:
include:
- env: REDMINE_VERSION=3.4.6 VERBOSE=yes
rvm: 2.1
- env: REDMINE_VERSION=3.4.6 VERBOSE=yes
rvm: 2.2
- env: REDMINE_VERSION=3.4.6 VERBOSE=yes
rvm: 2.3
- env: REDMINE_VERSION=3.4.6 VERBOSE=yes
rvm: 2.4
- env: REDMINE_VERSION=3.3.8 VERBOSE=yes
rvm: 2.1
- env: REDMINE_VERSION=3.3.8 VERBOSE=yes
rvm: 2.2
- env: REDMINE_VERSION=3.3.8 VERBOSE=yes
rvm: 2.3
- env: REDMINE_VERSION=3.2.9 VERBOSE=yes
rvm: 2.1
- env: REDMINE_VERSION=3.2.9 VERBOSE=yes
rvm: 2.2
script:
- export PLUGIN=redmine_mail_reminder
- export WORKSPACE=$(pwd)/workspace
- export PATH_TO_PLUGIN=$(pwd)
- export PATH_TO_REDMINE=$WORKSPACE/redmine
- mkdir $WORKSPACE
- bash -x ./.travis-init.sh -r || exit 1
- bash -x ./.travis-init.sh -i || exit 1
- bash -x ./.travis-init.sh -u || exit 1