Skip to content

Commit 3dc919b

Browse files
committed
Merge keys in travis config.
1 parent cc73856 commit 3dc919b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.travis.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ branches:
99
cache:
1010
cargo: true
1111

12-
addons:
13-
chrome: stable
14-
1512
env:
1613
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
1918

2019
before_install:
2120
- nvm install 8
@@ -27,6 +26,7 @@ before_script:
2726
- diesel database setup
2827

2928
addons:
29+
chrome: stable
3030
postgresql: "9.5"
3131
apt:
3232
sources:
@@ -63,12 +63,6 @@ matrix:
6363
- cargo build
6464
- cargo test
6565

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-
7266
notifications:
7367
email:
7468
on_success: never

0 commit comments

Comments
 (0)