mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Travis: Simplify clint script.
This commit is contained in:
parent
463c20ebb0
commit
4982a2d257
@ -1,9 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
for file in $(cat clint-files.txt); do
|
||||
./clint.py $file || fail=1
|
||||
done
|
||||
|
||||
if [ -n "$fail" ]; then
|
||||
exit 1
|
||||
fi
|
||||
./clint.py $(cat clint-files.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user