nitish24p / react-worker-image

React component to fetch image resources via web workers 🤖🤖
MIT License
232 stars 18 forks source link

added .travis.yml file #2

Closed manjula-dube closed 6 years ago

manjula-dube commented 6 years ago

Adding travis file

nitish24p commented 6 years ago

You can add more commands https://docs.travis-ci.com/user/customizing-the-build/

language: node_js

node_js:
  - 6
before_script:
  - npm install # or install only eslint plugins needed

script:
  - npm run eslint # eslint  in scripts of package.json

cache:
  apt: true
  directories:
    - node_module