Skip to content

Commit

Permalink
Remove ReduxExample from Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Miskiewicz committed Jul 19, 2017
1 parent e2afc98 commit ba47c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Expand Up @@ -5,5 +5,5 @@ set -eo pipefail
case $CIRCLE_NODE_INDEX in
0) yarn test && yarn codecov ;;
1) yarn link && cd examples/NavigationPlayground && yarn && yarn link react-navigation && yarn test ;;
2) cd examples/ReduxExample && yarn && yarn test ;;
#2) cd examples/ReduxExample && yarn && yarn test ;;
esac

0 comments on commit ba47c77

Please sign in to comment.