TooTallNate / node-telnet

Telnet implementation for Node.js
87 stars 30 forks source link

Adds some very simple mocha tests, and Travis-CI fixes. #6

Closed fardog closed 10 years ago

fardog commented 10 years ago

The current code fails Travis because there isn't a config (or any tests) defined. This adds a .travis.yml and a simple echo test written on mocha. This is in advance of fixing the "^c" bug; wanted to make sure Travis actually passes.

TooTallNate commented 10 years ago

Thanks!