jackbsteinberg / get-originals-rewriter

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add .travis.yml file to set up CI #4

Closed jackbsteinberg closed 5 years ago

domenic commented 5 years ago

Actually, you may also want to add linting to CI while you're at it. To do that, add a lint script to package.json ("lint": "eslint ."), and then add

script:
  - npm run lint
  - npm test