feat: add linting to travis script

pull/581/head
Matt Condon 7 years ago
parent d07bdccc0c
commit 258c001f7f
  1. 3
      .travis.yml
  2. 1
      package.json

@ -10,7 +10,8 @@ cache:
before_script:
- truffle version
script:
- npm test
- npm run lint
- npm run test
notifications:
slack:
rooms:

@ -4,6 +4,7 @@
"description": "Secure Smart Contract library for Solidity",
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},

Loading…
Cancel
Save