Skip to content

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