From a11196311e357da0c17215503f75a4390e33937f Mon Sep 17 00:00:00 2001 From: Lucas Santos Date: Thu, 12 Apr 2018 11:17:21 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0358427..11c07bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,8 @@ before_script: - gem install awesome_bot - npm i -g ava codecov nyc - npm i - - npm run postinstall script: - awesome_bot ./.github/*.md ./*.md --allow-ssl --allow-dupe --allow-redirect --allow 403 -w localhost,127.0.0.1,0.0.0.0,api.github.com - npm run coverage after_success: - - npm run report \ No newline at end of file + - npm run report