File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
sudo : required
3
- dist : trusty
3
+ dist : xenial
4
4
5
5
# Ignore this branch per bors-ng documentation
6
6
branches :
24
24
# on community-submitted PRs
25
25
- PERCY_TOKEN=0d8707a02b19aebbec79bb0bf302b8d2fa95edb33169cfe41b084289596670b1
26
26
- PERCY_PROJECT=crates-io/crates.io
27
+ - PGPORT=5433
27
28
28
29
install :
30
+ - sudo cp /etc/postgresql/10/main/pg_hba.conf /etc/postgresql/11/main/pg_hba.conf
31
+ - sudo systemctl restart postgresql@11-main
29
32
- script/ci/cargo-clean-on-new-rustc-version.sh
30
33
- cargo install --force diesel_cli --vers `cat .diesel_version` --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
31
34
@@ -34,7 +37,11 @@ before_script:
34
37
35
38
addons :
36
39
chrome : stable
37
- postgresql : " 9.5"
40
+ postgresql : " 11"
41
+ apt :
42
+ packages :
43
+ - postgresql-11
44
+ - postgresql-client-11
38
45
39
46
matrix :
40
47
fast_finish : true
You can’t perform that action at this time.
0 commit comments