Skip to content
Snippets Groups Projects
.travis.yml 184 B
Newer Older
language: node_js
python:

# command to install dependencies
install:
  - npm install

# command to run tests
script:
  - ./node_modules/.bin/eslint .
  - npm run test