Skip to content

Commit

Permalink
TRY reproduce #890 again
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 6, 2019
1 parent 63413c7 commit 2b67e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ jobs:
script: (cd ./examples/electron && npm install > "/dev/null" 2>&1 && travis_retry npm run test)
env: LABEL=electron
- stage: examples
script: (rm -r ./node_modules && cd ./examples/react-native && npx yarn install > "/dev/null" 2>&1 && travis_retry npm run test)
script: (rm -r ./node_modules && npm i --production && cd ./examples/react-native && npx yarn@1.13.0 install > "/dev/null" 2>&1 && travis_retry npm run test)
env: LABEL=react-native
- stage: examples
script: (cd ./examples/node && npm install > "/dev/null" 2>&1 && travis_retry npm run test)
Expand Down

0 comments on commit 2b67e71

Please sign in to comment.