mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 19:39:53 +10:00
Travis: Simplify clint script.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user