Add linter and travis.yml #97

Merged
fsmanuel merged 14 commits from chore/linter into master 2019-04-24 18:28:33 +00:00
2 changed files with 8846 additions and 5 deletions
Showing only changes of commit c8805be054 - Show all commits

View File

@ -7,17 +7,18 @@ sudo: false
dist: xenial
cache:
npm: true
yarn: true
before_install:
- npm config set spin false
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- npm install
- yarn install --no-lockfile --non-interactive
script:
- npm run lint:wrapper
- npm run lint:contracts
- yarn lint:wrapper
- yarn lint:contracts
branches:
only:

8840
yarn.lock Normal file

File diff suppressed because it is too large Load Diff