From a360adaa83114a8ebc45b870c49ae9b28c533cf7 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 28 Jan 2018 21:40:13 +0800 Subject: [PATCH] travis test lts --- .travis.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f178ec0..c159f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: node_js node_js: - - 'node' + - lts/* diff --git a/package.json b/package.json index be52ca6..7842a57 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", - "url": "http://feross.org/" + "url": "https://feross.org" }, "bugs": { "url": "https://github.com/feross/last-fm/issues"