Skip to content
Snippets Groups Projects
.travis.yml 140 B
Newer Older
  • Learn to ignore specific revisions
  • Jay's avatar
    Jay committed
    
    language: node_js
    node_js:
      - "6"
      - "5"
      - "4"
    
    install:
      - make node_modules
    
    script:
      - make lint
      - make test
      - make coveralls