rapid7 / awsaml

Awsaml is an application for providing automatically rotated temporary AWS credentials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hook up Travis CI to lint code on pull requests

fmitchell-r7 opened this issue · comments

Once we have the npm test command working in Travis CI (see #35) we can add lint coverage by extending the "scripts" section of the ".travis.yaml" file with a npm run lint command. The linter should run before the tests are run.