Skip to content

Commit c64a66f

Browse files
committed
travis-ci: Add coala in ci
Signed-off-by: Ce Gao <[email protected]>
1 parent c8de176 commit c64a66f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.coafile

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ files = src/**/*.java, examples/**/*.rpde
33

44
max_line_length = 80
55

6-
[Java]
7-
# https://github.com/coala/coala-bears/issues/1750
8-
bears = CheckstyleBear
9-
indent_size = 4
6+
# [Java]
7+
# # https://github.com/coala/coala-bears/issues/1750
8+
# bears = CheckstyleBear
9+
# indent_size = 4
1010

1111
[R]
1212
bears = FormatRBear

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: java
2-
sudo: false
2+
3+
services: docker
34

45
jdk:
56
- oraclejdk8
@@ -13,6 +14,7 @@ install:
1314
- ant package
1415

1516
script:
17+
- docker run -v=$(pwd):/app --workdir=/app coala/base coala --ci
1618
- ant report
1719

1820
after_success:

0 commit comments

Comments
 (0)