We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac339d commit ca50f64Copy full SHA for ca50f64
.travis.yml
@@ -33,10 +33,10 @@ script:
33
34
elif [ "$TEST_TYPE" = js ]
35
then
36
- flow check && npm test
+ npm run flow && npm test
37
elif [ "$TEST_TYPE" = e2e-objc ]
38
39
- ./scripts/e2e-test.sh
+ ./scripts/e2e-test.sh --osx
40
else
41
echo "Unknown test type: $TEST_TYPE"
42
exit 1
package.json
@@ -180,7 +180,7 @@
180
"eslint": "~2.2.0",
181
"eslint-plugin-flow-vars": "^0.2.1",
182
"eslint-plugin-react": "^4.2.1",
183
- "flow-bin": "0.22.0",
+ "flow-bin": "0.22.1",
184
"jest-cli": "0.9.0-fb2",
185
"portfinder": "0.4.0",
186
"react": "^0.14.5"
0 commit comments