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
|
dist: xenial
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
npm: true
|
yarn: true
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- npm config set spin false
|
- curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
|
- export PATH=$HOME/.yarn/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- yarn install --no-lockfile --non-interactive
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run lint:wrapper
|
- yarn lint:wrapper
|
||||||
- npm run lint:contracts
|
- yarn lint:contracts
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user