Try npm instead of yarn on travis

There is some strange error with yarn: https://travis-ci.org/67P/kredits-contracts/builds/543186831
This commit is contained in:
bumi 2019-06-10 12:59:02 +02:00
parent 84b4461ba6
commit 06a4e2173a

View File

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