We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6880d8 commit a3da426Copy full SHA for a3da426
run_tests.sh
@@ -3,5 +3,3 @@
3
exit_code=$?; if [ ${exit_code} -gt 0 ]; then exit ${exit_code}; fi
4
(cd examples/angularjs && sh run_tests.sh)
5
6
-(cd examples/angularcli-meteor && sh run_tests.sh)
7
-exit_code=$?; if [ ${exit_code} -gt 0 ]; then exit ${exit_code}; fi
0 commit comments