From 73575ab82efc24a5626596461f808f9e4b044d57 Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Wed, 6 Mar 2019 23:55:44 +0200 Subject: [PATCH] Use latest stable yarn to make resolutions work Fix https://github.com/facebook/jest/pull/8050 TypeError: Cannot assign to read only property 'Symbol(Symbol.toStringTag)' of object '#' https://travis-ci.org/msand/react-native-svg-e2e/jobs/502745672 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 25ac0da..1624a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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