From 3cbf33b48265d97725858c713ba05b2f4b5711ad Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 May 2018 18:52:51 -0700 Subject: [PATCH] travis: Do full dependency install I don't care about test time, I'd rather not have to keep this list up-to-date (Easier maintenance, e.g. this caused a failure because I just added babel-eslint and it doesn't get installed on travis and so standard fails) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 33f6e7bd..f178ec0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,3 @@ language: node_js node_js: - 'node' -install: npm install standard depcheck walk-sync