File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ branches:
9
9
cache :
10
10
cargo : true
11
11
12
- addons :
13
- chrome : stable
14
-
15
12
env :
16
13
global :
17
- # See https://git.io/vdao3 for details.
18
- - JOBS=1
14
+ - JOBS=1 # See https://git.io/vdao3 for details.
15
+ - DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
16
+ - TEST_DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
17
+ - CARGO_TARGET_DIR=target
19
18
20
19
before_install :
21
20
- nvm install 8
@@ -27,6 +26,7 @@ before_script:
27
26
- diesel database setup
28
27
29
28
addons :
29
+ chrome : stable
30
30
postgresql : " 9.5"
31
31
apt :
32
32
sources :
@@ -63,12 +63,6 @@ matrix:
63
63
- cargo build
64
64
- cargo test
65
65
66
- env :
67
- global :
68
- - DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
69
- - TEST_DATABASE_URL=postgres://postgres:@localhost/cargo_registry_test
70
- - CARGO_TARGET_DIR=target
71
-
72
66
notifications :
73
67
email :
74
68
on_success : never
You can’t perform that action at this time.
0 commit comments