File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,22 @@ services:
6
6
addons :
7
7
postgresql : 9.4
8
8
9
+ before_install :
10
+ - unset _JAVA_OPTIONS
11
+ - rvm @default,@global do gem uninstall bundler -a -x -I || true
12
+ - gem install bundler -v "~>1.17.3"
9
13
install :
14
+ - bundle install --retry 3 --without development
10
15
# to fix this issue: https://travis-ci.community/t/mariadb-10-1-fails-to-install-on-xenial/3151/3
11
- - mysql -u root -e 'CREATE USER IF NOT EXISTS travis@localhost; GRANT ALL ON *.* TO travis@localhost;'
16
+ - mysql -u root -e 'CREATE USER IF NOT EXISTS travis@localhost; GRANT ALL ON *.* TO travis@localhost;' || true
12
17
13
18
language : ruby
14
19
rvm :
15
20
- jruby-9.1.16.0
16
21
jdk :
17
22
- openjdk8
18
23
19
- bundler_args : --without development
20
24
script : bundle exec rake ${TEST_PREFIX}test_$DB
21
- before_install :
22
- - unset _JAVA_OPTIONS
23
- - rvm @default,@global do gem uninstall bundler -a -x -I || true
24
- - gem install bundler -v "~>1.17.3"
25
25
before_script :
26
26
- echo "JAVA_OPTS=$JAVA_OPTS"
27
27
- export JRUBY_OPTS="-J-Xms64M -J-Xmx1024M"
You can’t perform that action at this time.
0 commit comments