From bc4045c285fc2b5e0c4cbf1bd692a61c007a98bc Mon Sep 17 00:00:00 2001 From: Peggy Rayzis Date: Tue, 19 Dec 2017 21:31:03 -0500 Subject: [PATCH] Temporarily disabling danger until it works again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22d69dd..c8deb96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - npm prune script: - - npm run danger + # - npm run danger (disabling until it works again) # using jest --coverage also runs the tests so this will cut down CI time - npm run coverage