Include csslint in Travis

pull/1/head
Alex Beregszaszi 9 years ago
parent 0d22a8bca7
commit 3c91d8b956
  1. 2
      .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

Loading…
Cancel
Save