File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
32
32
install :
33
33
- script/ci/cargo-clean-on-new-rustc-version.sh
34
- - which diesel || cargo install diesel_cli --vers `cat .diesel_version` --no-default-features --features postgres --debug
35
34
36
35
before_script :
37
36
- diesel database setup --locked-schema
@@ -40,9 +39,12 @@ addons:
40
39
chrome : stable
41
40
postgresql : " 11"
42
41
apt :
42
+ sources :
43
+ - sourceline : ' ppa:jtgeibel/rust-backports'
43
44
packages :
44
45
- postgresql-11
45
46
- postgresql-client-11
47
+ - diesel-cli
46
48
47
49
matrix :
48
50
fast_finish : true
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
manual_stamp_file=target/ci_manual_stamp
6
- manual_stamp=9 # Change this to force a clean build on CI
6
+ manual_stamp=10 # Change this to force a clean build on CI
7
7
8
8
if [ -f $manual_stamp_file ]; then
9
9
if echo " $manual_stamp " | cmp -s $manual_stamp_file -; then
You can’t perform that action at this time.
0 commit comments