From 38741bdccafe50fce136beeb80abcd092640a66e Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 3 May 2017 13:58:35 +0200 Subject: [PATCH] remove css lint check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2576695c75..7ee87612d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - stable script: - - npm run lint && npm run csslint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build + - npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build - ./ci/browser_tests.sh deploy: provider: script