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 21
21
22
22
install :
23
23
- script/ci/cargo-clean-on-new-rustc-version.sh
24
- - cargo install --debug --force diesel_cli --vers `cat .diesel_version` --no-default-features --features postgres && export PATH=$HOME/.cargo/bin:$PATH
25
24
26
25
before_script :
27
26
- diesel database setup --locked-schema
@@ -30,9 +29,12 @@ addons:
30
29
chrome : stable
31
30
postgresql : " 11"
32
31
apt :
32
+ sources :
33
+ - ppa:jtgeibel/rust-backports
33
34
packages :
34
35
- postgresql-11
35
36
- postgresql-client-11
37
+ - diesel-cli
36
38
37
39
matrix :
38
40
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=7 # Change this to force a clean build on CI
6
+ manual_stamp=8 # 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