0👍
Error in travis.yml
should be
install:
- yarn
script:
– yarn test
and not
install:
- yarn test
!! my mistake
Source:stackexchange.com
0👍
Error in travis.yml
should be
install:
- yarn
script:
– yarn test
and not
install:
- yarn test
!! my mistake