Skip to content

Commit dc9a1f4

Browse files
authored
Update ruby versions and correct gem placement
1 parent 8635998 commit dc9a1f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addons:
1111
chrome: stable
1212
rvm:
1313
- 1.9.3
14-
- 2.3.4
14+
- 2.3.6
1515
env:
1616
global: REDMINE_DIR=./workspace/redmine
1717
matrix:
@@ -20,15 +20,15 @@ env:
2020
- REDMINE=master
2121
matrix:
2222
include:
23-
- rvm: 2.4.1
23+
- rvm: 2.4.3
2424
env: REDMINE=3.4-stable
25-
- rvm: 2.4.1
25+
- rvm: 2.4.3
2626
env: REDMINE=master
2727
exclude:
2828
- rvm: 1.9.3
2929
env: REDMINE=master
3030
gemfile: workspace/redmine/Gemfile
31-
bundler_args: --path workspace/redmine/vendor/bundle --gemfile workspace/redmine/Gemfile --without development rmagick
31+
bundler_args: --path vendor/bundle --gemfile workspace/redmine/Gemfile --without development rmagick
3232
before_install:
3333
- ./script/ci.sh clone_redmine --target $REDMINE_DIR
3434
- cp ./config/database.yml.travis $REDMINE_DIR/config/database.yml

0 commit comments

Comments
 (0)