From e733ab705b90de8744631461f32f5c43ac4533ae Mon Sep 17 00:00:00 2001 From: tripu Date: Thu, 22 Nov 2018 09:29:31 +0100 Subject: [PATCH] s/API_KEY/W3C_API_KEY/ --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 283ea57c..9ab04d39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: before_script: - cp config.js.example config.js script: - - API_KEY=${API_KEY:-foo} npm run build + - W3C_API_KEY=${W3C_API_KEY:-foo} npm run build after_script: - npm run coveralls notifications: