Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrated travis ci #38

Closed
arshadkazmi42 opened this issue Dec 6, 2018 · 2 comments
Closed

Integrated travis ci #38

arshadkazmi42 opened this issue Dec 6, 2018 · 2 comments
Labels
first-timers-only Only for first timers good first issue Good for newcomers help wanted Extra attention is needed

Comments

@arshadkazmi42
Copy link
Owner

Integration of travis CI need. To automate the tests.

For this,
just create a new file named .travis.yml and add the below lines of code into it

language: node_js
node_js:
  - "node"
script:
  - npm test
  - npm run build
@arshadkazmi42 arshadkazmi42 added help wanted Extra attention is needed good first issue Good for newcomers first-timers-only Only for first timers labels Dec 6, 2018
@coderquill
Copy link
Contributor

@arshadkazmi42 , i've made a pr. can you please review it?

arshadkazmi42 added a commit that referenced this issue Dec 8, 2018
@arshadkazmi42
Copy link
Owner Author

@coderquill Thanks for working on this. Merged your PR. Congrats for landing your PR 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-timers-only Only for first timers good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants