Use eclint 1.1.5

eclint 2 was recently released. Unfortunately this version is not compatible with the version of NodeJS available on Travis. So let's stick to eclint 1.1.5 for now.
This commit is contained in:
Éric Lemoine 2017-03-23 17:28:42 +01:00
parent b13a325d94
commit 852efc33d8

View File

@ -15,7 +15,7 @@ addons:
postgresql: "9.3" # for "installcheck"
before_script:
- npm install -g eclint
- npm install -g eclint@1.1.5
- eclint check * */* */cunit/*
- ./autogen.sh