osrm-frontend icon indicating copy to clipboard operation
osrm-frontend copied to clipboard

Add travis jshint run

Open TheMarex opened this issue 8 years ago • 1 comments

Just to have an automatic sanity check that avoids things like https://github.com/Project-OSRM/osrm-frontend-v2/commit/ba80219594306cc75927cadb401816df550b1a75

TheMarex avatar Oct 08 '15 13:10 TheMarex

npm test command exists in package.json so the project is almost ready for Travis CI. It's just necessary to upgrade .eslintrc to replace obsolete space-after-keywords rule with something new: keyword-spacing space-after-keywords :wink:

yuryleb avatar Apr 22 '17 22:04 yuryleb