aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-12-22 13:33:40 -0800
committerRoman Ivanov <romani@users.noreply.github.com>2017-12-22 14:35:19 -0800
commitdb03f124f024393598adb1d2036847e6bf65c1ba (patch)
tree069fe3d1188c6bf93c7045272b3f701d9ad3a709
parent06ff5677fa5a19afe3f55078fff79ead61068a51 (diff)
downloadcheckstyle-db03f124f024393598adb1d2036847e6bf65c1ba.tar.gz
Issue #5286: remove compile phase to make it same as pgjdbc do at their travis
-rw-r--r--wercker.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/wercker.yml b/wercker.yml
index b2192dd51..86432ab72 100644
--- a/wercker.yml
+++ b/wercker.yml
@@ -47,11 +47,7 @@ build:
echo CS_version: ${CS_POM_VERSION}
for i in 1 2 3 4 5; do git clone https://github.com/pgjdbc/pgjdbc.git && break || sleep 15; done
cd pgjdbc/pgjdbc
- # special checkout till https://github.com/checkstyle/checkstyle/issues/5286
- git checkout 279fb435b392114c45266ecef901bfd59470842a
- wget https://gist.githubusercontent.com/timurt/a981d094cbbbe746ecd400424f5f3af8/raw/6e5d28a83b0d63a880f897d839f7f536b64f0979/pgjdbc.patch
- git apply pgjdbc.patch
- mvn compile checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
+ mvn checkstyle:check -Dcheckstyle.version=${CS_POM_VERSION}
cd ../../
rm -rf pgjdbc
else