Lemoncode / simplechart

Simplechart seed
MIT License
12 stars 13 forks source link

Add CI support #20

Closed brauliodiez closed 6 years ago

brauliodiez commented 6 years ago

Steps to get started:

.travis.yml

dist: trusty
language: node_js
node_js:
  - "8.9.4"

script:
    - npm install && npm test

Just run the build manually on travis check that you get results, try to make a test change and commit, check that the CI is getting fired.

Once you are done we will create a branch on the real project and add the .travis.yml file