From 3c91d8b9566c1d4e67ad88717aef9b38a87abffd Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 28 Jul 2016 00:13:04 +0100 Subject: [PATCH] Include csslint in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e86dfc1c8..35a2d272b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: - stable script: - - npm run lint && npm run test && npm run downloadsolc && npm run build + - npm run lint && npm run csslint && npm run test && npm run downloadsolc && npm run build - ./ci/browser_tests.sh deploy: provider: script