Skip to content
Snippets Groups Projects
.travis.yml 185 B
Newer Older
  • Learn to ignore specific revisions
  • language: node_js
    
    Barnabás Czémán's avatar
    Barnabás Czémán committed
    node_js:
    
    
    # command to install dependencies
    install:
      - npm install
    
    # command to run tests
    script:
      - ./node_modules/.bin/eslint .
      - npm run test