From 87d86cf3f54f59c079eaa80ccc53431d44e74dbf Mon Sep 17 00:00:00 2001 From: Matt Travi Date: Wed, 29 May 2019 23:54:39 -0500 Subject: [PATCH] ci(peer-deps): limited the check to prod deps since the airbnb config doesnt yet officially support the eslint pre-release --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c63ee41..237ae5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ branches: except: - /^v\d+\.\d+\.\d+(-(alpha|beta)\.\d+(@(alpha|beta))?)?$/ before_script: - - npm ls >/dev/null + - npm ls --production >/dev/null deploy: provider: script skip_cleanup: true