1
0
Fork 0
arangodb/Installation/travisCI/jslint.sh

11 lines
137 B
Bash
Executable File

#!/bin/bash
echo
echo "$0: linting ArangoDB JS"
ulimit -c unlimited -S # enable core files
make jslint || exit 1
echo
echo "$0: done"