Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUILD] Check java formatting in Travis CI #313

Merged
merged 3 commits into from
Nov 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
49 changes: 0 additions & 49 deletions .idea/codeStyleSettings.xml

This file was deleted.

45 changes: 0 additions & 45 deletions .idea/codeStyles/Project.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ jobs:
allow_failures:
- env: J_TYPE=STF_TEST
include:
- if: type in (push, pull_request)
- stage: formatting
if: type in (push, pull_request)
script:
- $PWD/travis/script/format/check_java.sh $PWD

- stage: build
if: type in (push, pull_request)
before_script: docker pull saros/ci_build:0.2
script:
- docker run -td --name build -v $PWD:/home/ci/saros_src saros/ci_build:0.2 bash
Expand Down
Loading