Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Rearrange travis tasks to optimize test time (#3707)
Browse files Browse the repository at this point in the history
* rearrange travis tasks to optimize test time

Signed-off-by: andrew-coleman <[email protected]>

* rearrange travis tasks to optimize test time

Signed-off-by: andrew-coleman <[email protected]>
  • Loading branch information
andrew-coleman authored and Simon Stone committed Mar 28, 2018
1 parent c7e94a6 commit c987139
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ node_js:
- '8'
matrix:
include:
- {}
- env: DOCS=full FC_TASK=docs
- env: FVTEST=embedded,proxy,web FC_TASK=systest
- env: FVTEST=hlfv1-1_tls FC_TASK=systest
- env: FVTEST=hlfv1-2_tls FC_TASK=systest
- env: FVTEST=hlfv1_hsm FC_TASK=systest
- env: INTEST=hlfv1 FC_TASK=systest
- env: FVTEST=hlfv1-2_tls FC_TASK=systest
- env: FVTEST=hlfv1-1_tls FC_TASK=systest
- env: INTEST=e2e FC_TASK=systest
- {}
- env: FVTEST=hlfv1_hsm FC_TASK=systest
- env: FVTEST=embedded,proxy,web FC_TASK=systest
- env: DOCS=full FC_TASK=docs
dist: trusty
addons:
apt:
Expand Down

0 comments on commit c987139

Please sign in to comment.