mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
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:
parent
b13a325d94
commit
852efc33d8
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user