Skip to content

Commit

Permalink
Move the slowest Travis job to run first.
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed Feb 26, 2016
1 parent e491c60 commit de30947
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -8,6 +8,11 @@ install:
matrix:
fast_finish: true
include:
- jdk: oraclejdk8
env:
- DESC="acceptance tests"
- CMD="mvn install --projects acceptance-tests --also-make --activate-profiles all --batch-mode --show-version --errors"

- jdk: oraclejdk8
env:
- DESC="findbugs"
Expand All @@ -23,11 +28,6 @@ matrix:
- DESC="unit tests"
- CMD="mvn install --batch-mode --show-version --errors"

- jdk: oraclejdk8
env:
- DESC="acceptance tests"
- CMD="mvn install --projects acceptance-tests --also-make --activate-profiles all --batch-mode --show-version --errors"

- jdk: oraclejdk8
env:
- DESC="compile jmh-tests and performance-tests"
Expand Down

0 comments on commit de30947

Please sign in to comment.