There is some strange error with yarn: https://travis-ci.org/67P/kredits-contracts/builds/543186831
23 lines
236 B
YAML
23 lines
236 B
YAML
---
|
|
language: node_js
|
|
node_js:
|
|
- "11"
|
|
|
|
sudo: false
|
|
dist: xenial
|
|
|
|
cache:
|
|
npm: true
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script:
|
|
- npm run lint:wrapper
|
|
- npm run lint:contract-tests
|
|
# - yarn lint:contracts
|
|
|
|
branches:
|
|
only:
|
|
- master
|