Skip to content

Commit ca319e0

Browse files
authored
cleanup .travis.yml
since we're not specifying directories to cache, we could one line the bundler line and I expect we don't need to list the default distro
1 parent 47e7843 commit ca319e0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
dist: xenial
21
language: ruby
32
rvm:
43
- 2.5.5
5-
cache:
6-
bundler: true
4+
cache: bundler
75
addons:
86
postgresql: '10'
97
apt:

0 commit comments

Comments
 (0)