Switch to yarn
This commit is contained in:
parent
764f63fc8c
commit
c8805be054
11
.travis.yml
11
.travis.yml
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user