Improve travis config.
This commit is contained in:
parent
bb13b52d44
commit
59deef469d
1 changed files with 2 additions and 10 deletions
12
.travis.yml
12
.travis.yml
|
@ -2,13 +2,9 @@ os: linux
|
|||
dist: bionic
|
||||
|
||||
language: ruby
|
||||
rvm: 2.6.5
|
||||
rvm: 2.7.0
|
||||
|
||||
before_install:
|
||||
- bundle config path 'vendor/bundle'
|
||||
|
||||
install:
|
||||
- bundle install --quiet
|
||||
cache: bundler
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
@ -25,10 +21,6 @@ branches:
|
|||
git:
|
||||
depth: false # for posts lastmod
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $TRAVIS_BUILD_DIR/vendor/bundle
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
|
|
Loading…
Reference in a new issue