TooTallNate / node-telnet

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

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

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.

fardog commented 10 years ago

Hmm. It's failing because debug doesn't want to install on 0.7.4. I will fix by depending on version "*" for now. I'm going to try this and submit another pull request (sorry, as I don't know how to make travis test without submitting a pull request).