Skip to content

Commit 3b46fa5

Browse files
committed
Move addons to specific jobs
The node_js containers hang for 5 minute when starting postgres 11, which is not needed for those tests. The rust containers fail to install chrome (because its deps are not installed by default there) and it is not needed for those tests. This also cleans up two validation warnings.
1 parent 751d122 commit 3b46fa5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: rust
22
dist: bionic
3+
os: linux
34

45
branches:
56
only:
@@ -36,14 +37,13 @@ before_script:
3637
- diesel database setup --locked-schema
3738

3839
addons:
39-
chrome: stable
4040
postgresql: "11"
4141
apt:
4242
packages:
4343
- postgresql-11
4444
- postgresql-client-11
4545

46-
matrix:
46+
jobs:
4747
fast_finish: true
4848
allow_failures:
4949
- rust: nightly
@@ -60,6 +60,8 @@ matrix:
6060
- name: Frontend
6161
language: node_js
6262
node_js: 12
63+
addons:
64+
chrome: stable
6365
install:
6466
- npm ci
6567
before_script: skip

0 commit comments

Comments
 (0)