Skip to content

Instantly share code, notes, and snippets.

@techitesh
Created September 25, 2019 09:47
Show Gist options
  • Select an option

  • Save techitesh/792172ba88b120850241839599dc1872 to your computer and use it in GitHub Desktop.

Select an option

Save techitesh/792172ba88b120850241839599dc1872 to your computer and use it in GitHub Desktop.
Linting with Travis
language: node_js
node_js:
- 12.6
cache:
directories:
- node_modules
before_script:
- npm install
script:
- npm run lint
branches:
only:
- master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment