remove css lint check

pull/1/head
yann300 8 years ago committed by GitHub
parent fe1e5984d0
commit 38741bdcca
  1. 2
      .travis.yml

@ -2,7 +2,7 @@ language: node_js
node_js: node_js:
- stable - stable
script: 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 - ./ci/browser_tests.sh
deploy: deploy:
provider: script provider: script

Loading…
Cancel
Save