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 dist: xenial
cache: cache:
yarn: true npm: true
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install: install:
- yarn install --no-lockfile --non-interactive - npm install
script: script:
- yarn lint:wrapper - npm run lint:wrapper
- yarn lint:contract-tests - npm run lint:contract-tests
# - yarn lint:contracts # - yarn lint:contracts
branches: branches: