Skip to content

Commit

Permalink
TRY reproduce #890
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Feb 6, 2019
1 parent 8b80e13 commit cd40ca1
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: (cd ./examples/react-native && npx yarn install > "/dev/null" 2>&1 && travis_retry npm run test)
script: (rm -r ./node_modules && cd ./examples/react-native && npx yarn 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 cd40ca1

Please sign in to comment.