.travis.yml 74 B

123456
  1. language:
  2. - javascript
  3. install:
  4. - npm install
  5. script:
  6. - npm run lint