travis: Fix bundler deprecation warning

```
The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path vendor/bundle`, and stop using this flag
```
This commit is contained in:
Claudio Bley 2020-10-31 22:45:29 +01:00 committed by Claudio Bley
parent 6c697cdb9e
commit 81dfa058af

View file

@ -45,7 +45,8 @@ jobs:
fi
- touch /C/tools/msys64/--msys2--
install:
- bundle install --path vendor/bundle --retry=3
- bundle config set path 'vendor/bundle'
- bundle install --retry=3
- export MSYS=winsymlinks:nativestrict
cache:
directories: