diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index 2d2ecd6..0000000
--- a/.npmignore
+++ /dev/null
@@ -1 +0,0 @@
-.git/
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..70a3864
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,10 @@
+language: "node_js"
+branches:
+  only:
+    - master
+node_js:
+  - 0.4
+  - 0.6
+  - 0.8
+  - 0.9
+  - 0.10
diff --git a/debian/changelog b/debian/changelog
index 7f88ce8..302c088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-lynx (0.2.1+git20140721.1.5d94ee8-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Apr 2022 20:33:39 -0000
+
 node-lynx (0.2.1-5) unstable; urgency=medium
 
   * Run coverage checks, but make them non-fatal (closes: #1009557).
diff --git a/debian/patches/0001-Disable-one-failing-test.patch b/debian/patches/0001-Disable-one-failing-test.patch
index be3a961..c2b4143 100644
--- a/debian/patches/0001-Disable-one-failing-test.patch
+++ b/debian/patches/0001-Disable-one-failing-test.patch
@@ -7,10 +7,10 @@ Subject: Disable one failing test
  tests/fixtures/errors.json | 4 +---
  2 files changed, 4 insertions(+), 6 deletions(-)
 
-diff --git a/tests/errors-test.js b/tests/errors-test.js
-index 7491748..92d7bda 100644
---- a/tests/errors-test.js
-+++ b/tests/errors-test.js
+Index: node-lynx/tests/errors-test.js
+===================================================================
+--- node-lynx.orig/tests/errors-test.js
++++ node-lynx/tests/errors-test.js
 @@ -39,6 +39,6 @@ test('errors', function (t) {
    connection.count(1);
    connection.count('foo', NaN);
@@ -22,10 +22,10 @@ index 7491748..92d7bda 100644
 +  // connection.send({'foo': '1|c'}, 0);
 +  // connection.count('foo', 10);
 +});
-diff --git a/tests/fixtures/errors.json b/tests/fixtures/errors.json
-index 073e3de..f42b3aa 100644
---- a/tests/fixtures/errors.json
-+++ b/tests/fixtures/errors.json
+Index: node-lynx/tests/fixtures/errors.json
+===================================================================
+--- node-lynx.orig/tests/fixtures/errors.json
++++ node-lynx/tests/fixtures/errors.json
 @@ -1,6 +1,4 @@
  [ "Can't set if its not even an array by now"
  , "Must be either a number or a string"
diff --git a/package.json b/package.json
index f6868ed..322b17c 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
     "graphite"
   ],
   "devDependencies": {
-    "tap": "~0.3.2"
+    "tap": "^0.4.11"
   },
   "dependencies": {
     "mersenne": "~0.0.3",