Skip to content

Commit

Permalink
style: reorder checkstyle in travis (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorsol authored and davecramer committed Dec 30, 2016
1 parent 401c51a commit ba812fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -61,6 +61,9 @@ matrix:
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
include:
- jdk: oraclejdk8
env: RUN_CHECKSTYLE=true
script: mvn checkstyle:check
- env:
- FEDORA_CI=Y
services:
Expand Down Expand Up @@ -104,15 +107,12 @@ matrix:
- jdk: oraclejdk8
sudo: required
dist: precise
env: # this has to match allow_failures above
env:
- PG_VERSION=8.3
- XA=true
- COVERAGE=Y
- NO_HSTORE=Y
- CREATE_PLPGSQL=Y
- jdk: oraclejdk8
env: RUN_CHECKSTYLE=true
script: mvn checkstyle:check
- jdk: oraclejdk8
addons:
postgresql: "9.4"
Expand Down

0 comments on commit ba812fb

Please sign in to comment.