Skip to content

Commit

Permalink
travis-ci: Add coala in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Ce Gao <[email protected]>
  • Loading branch information
gaocegege committed May 19, 2017
1 parent c8de176 commit c64a66f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .coafile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ files = src/**/*.java, examples/**/*.rpde

max_line_length = 80

[Java]
# https://github.com/coala/coala-bears/issues/1750
bears = CheckstyleBear
indent_size = 4
# [Java]
# # https://github.com/coala/coala-bears/issues/1750
# bears = CheckstyleBear
# indent_size = 4

[R]
bears = FormatRBear
Expand Down
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: java
sudo: false

services: docker

jdk:
- oraclejdk8
Expand All @@ -13,6 +14,7 @@ install:
- ant package

script:
- docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
- ant report

after_success:
Expand Down

0 comments on commit c64a66f

Please sign in to comment.