felixge / node-ar-drone

A node.js client for controlling Parrot AR Drone 2.0 quad-copters.
http://nodecopter.com/
MIT License
1.76k stars 428 forks source link

This should allow Travis builds to now pass. #154

Closed paulhayes closed 6 years ago

paulhayes commented 6 years ago

There was possible a BOM character at the begining of the package.json. The best fix is to tell Travis to use a more up to date version of npm and node. As 0.6 is ancient!

felixge commented 6 years ago

@paulhayes the tests are still failing, but I'm merging this, as it definitely makes more sense to use newer node versions to test.

If you have some time to contribute / help, I'll try to assist as much as I can.

paulhayes commented 6 years ago

Great, I'll endeavour to spend a bit more time on it.