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

Fixes #4 - Integrated TravisCI #16

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

harshanas
Copy link
Contributor

This fixes issue #4

.travis.yml Outdated
@@ -0,0 +1 @@
language:node_js

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harshanas
You have to specify nodejs versions and a script too. (test script is optional. But, it's nice to specify that too)

Eg:-

language: node_js
node_js: 
  - 6.2.2

script:
  - npm test

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dinukadesilva node version added . Thank you :)

@dinukadesilva
Copy link

@harshanas

As a best practice, it's nice to have each commit an atomic change. So, how about if you merge all these commits to a one commit with a meaningfull message.

@@ -0,0 +1,8 @@
sudo: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Im not really certain whether we really need this line.

sudo: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants