File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
- # This file is generated by ModuleSync, do not edit.Z
1
+ # This file is generated by ModuleSync, do not edit.
2
2
* .iml
3
3
. * .sw [op ]
4
4
.DS_Store
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ sudo: false
4
4
language : ruby
5
5
cache : bundler
6
6
script : " bundle exec rake release_checks"
7
- # Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8
- before_install :
9
- - gem update bundler
10
7
matrix :
11
8
fast_finish : true
12
9
include :
Original file line number Diff line number Diff line change 205
205
206
206
' FreeBSD' : {
207
207
case $version {
208
- ' 96' : {
208
+ ' 96' , ' 10 ' : {
209
209
$user = pick($user , ' postgres' )
210
210
$group = pick($group , ' postgres' )
211
211
$datadir = pick($datadir , " /var/db/postgres/data${version} " )
You can’t perform that action at this time.
0 commit comments