diff --git a/.travis.yml b/.travis.yml index 6e5919d..777b8a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: false language: node_js node_js: - "0.10" diff --git a/package.json b/package.json index 25c04b1..9c4f526 100644 --- a/package.json +++ b/package.json @@ -46,15 +46,15 @@ "pinoccio-bridge": "~0.1.0", "pinoccio-serial": "~0.1.6", "pretty-date": "~0.2.0", - "reconnect-shoe": "~0.0.3", + "reconnect-shoe": "~0.0.4", "repipe": "~0.0.2", "rpc-stream": "~1.0.5", - "serialport": "~1.5.0", + "serialport": "~2.0.5", "shoe": "~0.0.15", "shuffle-array": "0.0.2", "split": "~0.2.10", "stk500-v2": "~1.0.0", - "through": "~2.3.4", + "through": "~2.3.8", "watch-serial": "~1.0.0", "xtend": "~2.1.1" }, @@ -63,7 +63,7 @@ }, "devDependencies": { "tape": "~2.3.2", - "browserify": "~3.18.0", + "browserify": "~13.0.0", "reconnect-core": "~0.0.1" } } diff --git a/test/sync.js b/test/sync.js index 8c032d9..23c374e 100644 --- a/test/sync.js +++ b/test/sync.js @@ -3,7 +3,7 @@ var pinoccio = require('../'); test("can sync",function(t){ // add a test readonly token. - api = pinoccio("1cc899dd27a391f0e58d03d4f290fef2"); + api = pinoccio("17f45b948ad14ac7a2b97596fa85c4bd"); api.sync({stale:1}).once('data',function(data){ t.ok(data,'got data')