Skip to content

Commit

Permalink
[CI PERF] start slowest build (use-proj) earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed May 9, 2020
1 parent d0d6909 commit 4ab2efc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -9,12 +9,12 @@ addons:

matrix:
include:
- env: GEO_TYPES_FEATURES="" GEO_FEATURES="" RUN_TARPAULIN=1
- env: GEO_TYPES_FEATURES="--features serde"
- env: GEO_TYPES_FEATURES="--features rstar"
- env: GEO_FEATURES="--features postgis-integration"
- env: GEO_FEATURES="" GEO_TYPES_FEATURES="" RUN_TARPAULIN=1
- env: GEO_FEATURES="--features use-proj"
- env: GEO_FEATURES="--features postgis-integration"
- env: GEO_FEATURES="--features use-serde"
- env: GEO_TYPES_FEATURES="--features serde"
- env: GEO_TYPES_FEATURES="--features rstar"

before_install:
- if [ "${GEO_FEATURES}" == "--features use-proj" ]; then
Expand Down

0 comments on commit 4ab2efc

Please sign in to comment.