khiro / urlshortener

url shortener for node.js
Other
4 stars 1 forks source link

Add .travis file #8

Closed G07cha closed 8 years ago

G07cha commented 8 years ago

Integration with Travis-CI. This is requires some actions from you, @khiro:

  1. Register in Travis-CI
  2. Enable "urlshortener" repository
  3. Encrypt Goo.gl and Bit.ly keys
  4. Place encrypted keys in .travis.yml like here

Alternatively to steps 3 and 4, you can just place keys in repository settings on Travis control panel. But for both ways, keys should be named GOOGLE and BITLY

This actions can be performed only be repository owner, so I can't do it by myself.

khiro commented 8 years ago

Thanks @G07cha , I will set up CI and do test later in the week.

khiro commented 8 years ago

I merged PR #8 in PR #9. Thanks.