Remove ReduxExample from Circle

This commit is contained in:
Adam Miskiewicz
2017-07-19 14:10:43 -07:00
parent e2afc982da
commit ba47c772ff

View File

@@ -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