Skip to content

Commit 40ebac3

Browse files
committed
Improve travis config.
1 parent 27f4a0e commit 40ebac3

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.travis.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ os: linux
22
dist: bionic
33

44
language: ruby
5-
rvm: 2.6.5
5+
rvm: 2.7.0
66

7-
before_install:
8-
- bundle config path 'vendor/bundle'
9-
10-
install:
11-
- bundle install --quiet
7+
cache: bundler
128

139
addons:
1410
apt:
@@ -25,10 +21,6 @@ branches:
2521
git:
2622
depth: false # for posts lastmod
2723

28-
cache:
29-
directories:
30-
- $TRAVIS_BUILD_DIR/vendor/bundle
31-
3224
notifications:
3325
email:
3426
recipients:

0 commit comments

Comments
 (0)