From f1bc32617df6ba611be234968698162a367d9d47 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 8 May 2018 16:12:37 +0300 Subject: [PATCH] chore(travis) rm allow failures --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 433a6eeb..626cca50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ node_js: - 9 - 8 -matrix: - allow_failures: - - node_js: 10 - script: - npm run lint && npm run build && npm run coverage && npm run report