Skip to content

Commit

Permalink
Use latest stable yarn to make resolutions work
Browse files Browse the repository at this point in the history
Fix jestjs/jest#8050

TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#<process>'

https://travis-ci.org/msand/react-native-svg-e2e/jobs/502745672
  • Loading branch information
msand committed Mar 6, 2019
1 parent 6c7e597 commit 73575ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -79,6 +79,8 @@ jobs:
- cd -
install:
- nvm install node
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.13.0
- export PATH=$HOME/.yarn/bin:$PATH
- yarn global add react-native-cli
- yarn global add detox-cli
- yarn add detox@msand/detox-patch-build#07f01ce
Expand Down

0 comments on commit 73575ab

Please sign in to comment.